Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get access to Auth0 instance from Auth0Provider #950

Open
5 tasks done
bednar opened this issue Aug 12, 2024 · 1 comment
Open
5 tasks done

Get access to Auth0 instance from Auth0Provider #950

bednar opened this issue Aug 12, 2024 · 1 comment
Labels
feature request A feature has been asked for or suggested by the community

Comments

@bednar
Copy link

bednar commented Aug 12, 2024

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

We are looking to implement device auth flow into our app, but currently there is no way to access the credentialManager from Auth0Provider. This limitation means we would need to reimplement a significant amount of code from Auth0Provider. I believe the original issue (#599) regarding accessing credentialsManager from useAuth0 remains relevant and should be considered for inclusion in v4.

Perhaps also providing access to a preconfigured Auth and networking.Client could assist users in implementing any authorization API from https://auth0.com/docs/api/authentication#authorize-application.

This would enhance flexibility and reduce the need for redundant configurations.

Describe the ideal solution

Being able to utilize the existing Auth0Provider to integrate with new authorization methods would enhance usability and streamline integration processes.

Alternatives and current workarounds

No response

Additional context

@bednar bednar added the feature request A feature has been asked for or suggested by the community label Aug 12, 2024
@tuncaulubilge
Copy link

An alternative (simpler) solution would be to let us pass in an AuthClient to the Auth0Provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

2 participants