angular2-keycloak
angular2-keycloak copied to clipboard
Documentation
Do you plan to document the service api and if yes, do you have a timeline?
In how far do options and api still conform to those of the official keycloak-js adapter, i.e. to the documentation at https://keycloak.gitbooks.io/securing-client-applications-guide/content/topics/oidc/javascript-adapter.html ?
The lib is based on the official keycloak-js, so most of the options are supposed to be still supported. However, some options/methods will not be available like callback functions because of the Observable approach. Regarding the documentation, for now I am testing the lib to find the simplest way to integrate Keycloak in a real world angular app, but this task is in my todo list.