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
257 stars 113 forks source link

Upgrade Sample to Angular 18 #157

Open jeroenheijmans opened 1 month ago

jeroenheijmans commented 1 month ago

Angular 18 was released in May 2024, so it's time to upgrade this sample. Most likely the angular-oauth2-oidc library version will work just fine with the latest Angular version, and we can just upgrade.

See also: https://github.com/manfredsteyer/angular-oauth2-oidc/issues/1413