Posts Tagged with “session”

Self-hosted Supabase - Auto Expiring Session After X Minutes

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 →