Are there any timelines for multi tenant support? I know multiple sub domains are supported but over there basically the same session cuts across.
r
rp_st
02/08/2023, 11:13 AM
hey @mib200
rp_st
02/08/2023, 11:13 AM
so you want to limit a session based on sub domain?
m
mib200
02/08/2023, 3:18 PM
@rp_st yes. We need to customise the session data/jwt based on sub domain.
mib200
02/08/2023, 3:19 PM
Refresh tokens being set on a different api domain is fine. But the actual refreshing of tokens and session creation should take sub domain in consideration.
mib200
02/08/2023, 3:20 PM
We’ve implemented the custom flow over here to achieve this. But during our testing. It’s has bugs. Basically it’s patchy
mib200
02/08/2023, 3:21 PM
An official implementation will definitely solve lot of issues
r
rp_st
02/08/2023, 4:03 PM
right yea. that's possible if you change the access token payload of the session to include the allow sub domains and check that during session verification.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).