S
Supabase2mo ago
Maher

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
inder
inder2mo ago
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
Maher
MaherOP2mo ago
its easily bypassed
inder
inder2mo ago
Users can stay logged in until their jwt expires.
No description

Did you find this page helpful?