https://supertokens.com/
Join Discord
Hey!!! There is a table named `userid_mapping `in the supertokens core's database (when we are using...
h

himanshukukreja_

almost 3 years ago
Hey!!! There is a table named `userid_mapping `in the supertokens core's database (when we are using self-hosted service). Could this table be used to map the user ids from supertokens database with some external NoSQL database, say MongoDB, which our application uses? Also, is there any table that can store additional session information that our application fetches?
h
r
  • 2
  • 33
  • 27
Hi. Is there any way to change expiration time of tokens depending on the way session created? Now u...
k

kuzyaross

almost 3 years ago
Hi. Is there any way to change expiration time of tokens depending on the way session created? Now user gets its session using
auth/signinup/code
, then sends otp (we use passwordless recipe)
auth/signinup/code/consume
which gives them tokens. This works fine, but now we want users of mobile app, which we are developing have tokens which will expire after a day, not after several hours as now. TIA.
k
n
  • 2
  • 17
  • 27
Is there a way to import a csv? I already have some users in a csv file but currently I can't find a...
c

chunkygoo.

about 3 years ago
Is there a way to import a csv? I already have some users in a csv file but currently I can't find a way to migrate it to a production database
c
r
  • 2
  • 8
  • 27
Hello everyone can some share some repo showing implementation of supertoken with python django for ...
a

abdulhakkeempa

over 3 years ago
Hello everyone can some share some repo showing implementation of supertoken with python django for social login without password using plain javascript in front end
a
r
  • 2
  • 9
  • 27
Hey! Is it possible to customize the spinner? I wanted to make it look more like the other spinners ...
d

dleangen

over 3 years ago
Hey! Is it possible to customize the spinner? I wanted to make it look more like the other spinners in my app. 😀
d
r
  • 2
  • 6
  • 27
Hi ! There's currently an issue with google OAuth2 that prevents controlling test user access. Is th...
u

__doei__

over 3 years ago
Hi ! There's currently an [issue](https://issuetracker.google.com/u/1/issues/211370835?pli=1) with google OAuth2 that prevents controlling test user access. Is there an easy way to block social sign up from supertokens back end ?
u
r
  • 2
  • 14
  • 27
Hey all, is there a way with Supertokens to handle account management ? I have multiple users with d...
h

HHChift

over 3 years ago
Hey all, is there a way with Supertokens to handle account management ? I have multiple users with different roles (admin, user) linked to one account. These users can only retrieve data from entries linked to that account. Pretty common for B2B apps. How do you deal with that ? Thanks a lot
h
r
v
  • 3
  • 136
  • 27
Hi, is there any way to make test users seeder with commands from sdk or with another way?
i

IaS1506

over 3 years ago
Hi, is there any way to make test users seeder with commands from sdk or with another way?
i
r
  • 2
  • 21
  • 27
My stack: Next.js frontend Nest.js backend Postgres 1. Getting Next.js to work with SuperTokens se...
j

joel04425

over 3 years ago
My stack: Next.js frontend Nest.js backend Postgres 1. Getting Next.js to work with SuperTokens seems easy. However, once the user has logged into the Next.js app and starts making API calls, how does the Nest.js app know if the user has logged in from the API calls? 2. I'd like to store user details such as email, auth provider, etc. on my own Postgres database. Is there some kind of callback that will send a request to my API when the user changes email or a new account has just been created?
j
r
  • 2
  • 12
  • 27
I have another architectural question regarding SuperTokens and its Core. How suitable is the soluti...
d

dan6erbond

over 3 years ago
I have another architectural question regarding SuperTokens and its Core. How suitable is the solution for use by multiple services? I would like to use SuperTokens to manage users which are authenticated into multiple apps, and plan on using the UserMetadata recipe as well as UserRoles recipe to store permissions, roles and groups (using the metadata as unfortunately groups aren't part of the UserRoles recipe). My question is particularly regarding some features like initializing recipes and creating all the roles and permissions - from what I can tell I just have to call an initialization method in my service and create all those beforehand to avoid issues later, but if I have to do this in every service just to ensure that the data really exists it seems like this isn't the best approach. How would you go about managing users that are accessed by different apps, and was SuperTokens built for this use-case?
d
r
  • 2
  • 16
  • 27
Previous484950Next

SuperTokens.com

SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).

Powered by