jeroenheijmans / sample-angular-oauth2-oidc-with-auth-guards

Basic example of how to integrate the angular-oauth2-oidc library in an Angular SPA utilizing AuthGuards.
MIT License
262 stars 112 forks source link

Limit scope of the sample to the simple solution #141

Closed jeroenheijmans closed 1 year ago

jeroenheijmans commented 1 year ago

For more robust solutions when you need it, turn to the linked issue on GitHub. This sample will do well enough in most cases with the default code. So we'll close the related issue too.

Fixes #2