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
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
In effect, you are losing part of the native AuthProvider's login mechanism, since you're replacing this whole method (note the client login method is actually full lowercase):
Discussion
Redwood has its own self-hosted auth option now and its 💯 ! See dbAuth. I think we should completely overhaul this to "extend/merge" with dbAuth.
dbAuthdbAuth, instead of duplicating efforts here 🦾Resources
Post I wrote on how to extend dbAuth: https://community.redwoodjs.com/t/combining-dbauth-oauth2/2452
Chatting on Discord with Oliver Lance: