manfredsteyer / angular-oauth2-oidc

Support for OAuth 2 and OpenId Connect (OIDC) in Angular.
MIT License
1.86k stars 681 forks source link

needs migration steps from angular-oauth2-oidc 13.0.1 to angular-oauth2-oidc 14.0.1 or 15.0.1 #1384

Open gauravshri-IBM opened 6 months ago

gauravshri-IBM commented 6 months ago

In angular 15 application, i have angular-oauth2-oidc 13.0.1 which i need to upgrade to angular-oauth2-oidc 14.0.1 or 15.0.1, but could not find the migration changes neither in release nor in changelog, what are the changes i need to do please provide some direction.

jeroenheijmans commented 5 months ago

For what it's worth, you can check out what I had to do in my own sample repository to upgrade from 13 to 15. Part of that PR was generated by the Angular CLI for upgrading, if I recall correctly.

Perhaps that helps?