auth0 / auth0-angular

Auth0 SDK for Angular Single Page Applications
MIT License
174 stars 57 forks source link

chore: add support for Angular 17 #616

Closed PuriaRad closed 2 weeks ago

PuriaRad commented 2 weeks ago

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

We are using auth0-angular@v1.11.1 and cannot update it to version 2 (we tried a lot but many things are missing). So, in this pull request, I added the support for higher versions of Angular.

References

Include any links supporting this change such as a:

  • GitHub Issue/PR number addressed or fixed
  • Auth0 Community post
  • StackOverflow post
  • Support forum thread
  • Related pull requests/issues from other repos

If there are no references, simply delete this section.

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

Checklist

PuriaRad commented 2 weeks ago

I only want to update the auth0-angular@v1.11.1 to support higher Angular versions. Now, I cannot change the target branch to something rather than main. Please help me out.