By default, an authenticated user of Supabase Javascript Client will stay logged in indefinitely regardless of the JWT expiry time and browser closing/reopening. This guide will show you how to implement auto-expiring sessions that self destroy after X minutes. Read More →
Notes on how to add custom claims to JWT token using the auth hook in self-hosted Supabase. Read More →
Guide to map additional attributes from the SAML Identity Provider to the Supabase user. Read More →