You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Checklist
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
fromAuth0Provider
. This limitation means we would need to reimplement a significant amount of code fromAuth0Provider
. I believe the original issue (#599) regarding accessingcredentialsManager
fromuseAuth0
remains relevant and should be considered for inclusion in v4.Perhaps also providing access to a preconfigured
Auth
andnetworking.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
The text was updated successfully, but these errors were encountered: