auth0 / auth0-angular

Auth0 SDK for Angular Single Page Applications
MIT License
176 stars 58 forks source link

Add support for Angular Above 13 #617

Closed PuriaRad closed 3 months ago

PuriaRad commented 3 months 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

Support for Angular above 13

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

frederikprijck commented 3 months ago

We have support for the anything above v13 in v2 our SDK, is there any reason you are not using v2 of our SDK?

PuriaRad commented 3 months ago

We have support for the anything above v13 in v2 our SDK, is there any reason you are not using v2 of our SDK?

We have a legacy project and it's impossible to update the version to 2 (spent hours and tried almost everything). That's why I created the PR. Please help me on this.

frederikprijck commented 3 months ago

We have a legacy project and it's impossible to update the version to 2 (spent hours and tried almost everything)

What's the problem you are facing? i recommend opening an issue so we can discuss. Happy to help you move over to v2, but we have no plans to add support for Angular 13 in v1 of our SDK. But you are always free to fork, and update as needed.