*Why* to understand if wrapping keycloak-js adapter will work Provide basic IDM functions for us 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 |
|