Hi
Are there any plans to allow multiple logins at the same time? Currently we use https://www.npmjs.com/package/supertokens-website for managing authentication and sessions. The idea would be to allow multiple profiles to be signed in at the same time, similar to how Google allows multiple accounts to login concurrently and switch between profiles.
r
rp_st
05/11/2022, 11:32 AM
You could simulate multiple logins via the same session by adding info in the access token payload as to which is the current user to consider.
rp_st
05/11/2022, 11:33 AM
I can highlight more info about this approach with code snippets if you ask it on stack overflow with info about your use case and stack being used 🙂
n
nathanskoot7357
05/11/2022, 11:36 AM
Thanks. That was the approach that I was planning, just thought I'd ask in case there was going to be a way with multiple tokens on the frontend. If I have any trouble I'll reach out 😄
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).