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

Angular 2 Keycloak client wrapper

Results 16 angular2-keycloak issues
Sort by recently updated
recently updated
newest added

After login the following variables are false or null ``` parsenToken isAuthenticated profile ``` this is the HomeComponent ``` export class HomeComponent implements OnInit { private parsedToken: any; private isAuthenticated:...

has anyone gotten forkAndJoin to work? looks like http responses return, but looks like there is an issue with observable...

I'm getting the following error message when starting the example app in the ng4 branch: ``` 94% asset optimization [at-loader] Checking started in a separate process... [at-loader] Checking finished with...

When login is correct in the same web page it redirect to localhost... not to my app, i think it sould close de navigator maybe?

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...

When running the example app following the "Test with an existing keycloak server running" instructions, the app will fail to run properly due to the fact that all static resource...