Posts Tagged with “jwt”

Self-hosted Supabase: Auto Expiring Session After X Minutes

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 →

Self-hosted Supabase: Adding Custom Claims Using Auth Hook

Notes on how to add custom claims to JWT token using the auth hook in self-hosted Supabase. Read More →