issues
search
redwoodjs
/
playground-auth
This repo demonstrates all the authentication providers that Redwood supports
https://redwood-playground-auth.netlify.app/
MIT License
34
stars
25
forks
source link
Upgrade to v0.41 and Supabase enhancements
#89
Closed
dthyresson
closed
2 years ago
dthyresson
commented
2 years ago
Upgrades to Redwood v0.41
Ensure Supabase will auto refresh token
Subscribe to Supabase events
When a sign out event is seen, re-authenticate. This will ensure that a user is logged out of all open tabs per session. Otherwise, one tab will think they are still authenticated, but local storage no longer has an access token.