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
I'd like to use the useAuth0 hook, but it doesn't support password realm, which makes it unusable for my app.
Describe the ideal solution
useAuth0 returns a password login method that works like all the other auth methods.
Alternatives and current workarounds
I could re-write the hook in my app.
Additional context
I'm aware it seems to have been deliberately excluded, I have to assume either because there's some issue implementing it or it is discouraged, but password login is part of the app's requirements, and I suspect a requirement for many others.
The text was updated successfully, but these errors were encountered:
Have you tried using the "connection" parameter in the call to authorize() to point to one of your database connections? Make sure to use the database name as the value.
Checklist
Describe the problem you'd like to have solved
I'd like to use the useAuth0 hook, but it doesn't support password realm, which makes it unusable for my app.
Describe the ideal solution
useAuth0 returns a password login method that works like all the other auth methods.
Alternatives and current workarounds
I could re-write the hook in my app.
Additional context
I'm aware it seems to have been deliberately excluded, I have to assume either because there's some issue implementing it or it is discouraged, but password login is part of the app's requirements, and I suspect a requirement for many others.
The text was updated successfully, but these errors were encountered: