Description
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