How to stop users from sharing accounts
Any solution in supabase to stop users from sharing their accounts? Many users are selling their accounts and 1 account is being used by 10 users
3 Replies
you can limit the number of active sessions per user to handle account being used my multiple users https://supabase.com/docs/guides/auth/sessions#limiting-session-lifetime-and-number-of-allowed-sessions-per-user but this is available for pro plan and above
The link to supabase dashboard is broken in the docs, the settings for sessions are here https://supabase.com/dashboard/project/_/auth/sessions
its easily bypassed
Users can stay logged in until their jwt expires.
