customize session time box by each flow (short lived session for B2B2C apps) #34619
Unanswered
softmarshmallow
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi. Let's say we have a B2B2C app like Stripe.
the workspace (saas) user and customer user shares the same supabase auth.user for rls and following best practices.
Let's also say that we have a "Customer Portal" page like Stripe, that this requires verification of email, but that specific session is valid for 30 min. (for security or whatever reasons)
Currently the session time-box configuration is global, but seems technically possible to add extra args to set this by-auth by-flow individually.
Thoughts and anyone needs this for your apps ?
All reactions