-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
documentationThis adds, fixes or improves documentationThis adds, fixes or improves documentationquestionFurther information is requestedFurther information is requested
Description
Checklist
- The issue can be reproduced in the auth0-angular sample app (or N/A).
- I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
As seen per documenation:
providers: [
{
provide: APP_INITIALIZER,
useFactory: configInitializer, // <- pass your initializer function here
deps: [HttpBackend, AuthClientConfig],
multi: true,
},
],
This is no longer valid.
Also, instead of AuthModule.forRoot it would be nice if we could use something like withAuth0(...)
Reproduction
Just use the way of the documentation
Additional context
No response
auth0-angular version
2.2.3
Angular version
21
Which browsers have you tested in?
Chrome
Metadata
Metadata
Assignees
Labels
documentationThis adds, fixes or improves documentationThis adds, fixes or improves documentationquestionFurther information is requestedFurther information is requested