angular2-keycloak icon indicating copy to clipboard operation
angular2-keycloak copied to clipboard

Documentation

Open lgleim opened this issue 8 years ago • 1 comments

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 ?

lgleim avatar Feb 11 '17 18:02 lgleim

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.

ebondu avatar Feb 13 '17 09:02 ebondu