Hey community! Happy holidays to all! I'm facing ...
# general
s
Hey community! Happy holidays to all! I'm facing the following scenario: Today I use supertokens to handle auth, which creates user a postgres DB. But I then create a doc for that user on a 'profile' collection in a mongo DB. I add the postgres DB id as userId to the profile doc on mongo and I use that userId as my primary ID in other parts of the system Now, I have a use case where an admin needs to create profiles for other users, before they sign up Quick questions: As admin, can I create users in the SuperTokens backend database without an authentication method? Or, can I specify the UUID I want to be used as ID on for the user on the supertokens side? (so that when user starts to use the system, it can be directly linked to the profile already created)
2 Views