Skip to content

Refactor the provideAuth0 function to return an EnvironmentProviders instead of Provider[] #664

@LcsGa

Description

@LcsGa

Checklist

  • 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.

Describe the problem you'd like to have solved

In the EXAMPLES.md it is stated that

provideAuth0 should never be provided to components, but only at the root level of your application.
Currently, nothing is preventing you to avoid it.

Describe the ideal solution

I propose to update the current code to using makeEnvironmentProviders (that has been created especially for this kind of requirements):

provideAuth0(config?: ...) {
    return makeEnvironmentProviders([...]);
}

Alternatives and current workarounds

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestA feature has been asked for or suggested by the community

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions