*Why* Provide basic IDM functions for Cordova
*What* Implement the basic IDM functions using Keycloak-js (https://github.com/keycloak/keycloak-js-bower)
*How*
We should have the following classes:
* User model * Authenticator interface and implemented using Keycloak js * Auth module ** login ** logout ** currentUser
To init Keycloak.js, see https://github.com/aerogear/aerogear-js-sdk/blob/master/docs/contributing-guide.adoc You can find how we use the Keycloak js in the sample Cordova app: https://github.com/feedhenry/mobile-security-cordova-template |
|