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
It's a small change but I think it'd help people that might not be 100% with how to set up Supabase in relation to RedwoodJS. The code in the doc's say to set our auth up like the below code, however in newer versions of Redwood AuthProvider is not present on @redwoodjs/auth and we have separated this code out into our src/web/auth.ts file.
The issue:
It's a small change but I think it'd help people that might not be 100% with how to set up Supabase in relation to RedwoodJS. The code in the doc's say to set our auth up like the below code, however in newer versions of Redwood AuthProvider is not present on @redwoodjs/auth and we have separated this code out into our
src/web/auth.ts
file.Code displayed in doc's:
Suggested amendment:
I would like to suggest that the doc's be changed to reflect the update.
web/src/App.[js/tsx]
Add a section to documentation highlighting that our
AuthProvider
is insrc/web/auth.ts
and should look like the below code block:The text was updated successfully, but these errors were encountered: