So I have an application that has its own `users` ...
# support-questions-legacy
i
So I have an application that has its own
users
table, but the application also uses
SuperTokens
for authentication. Right now, it stores the
userId
generated by the SuperTokens
EmailPassword
recipe in said
users
table. Does that make sense to do? Or should
SuperTokens.convertToRecipeUserId(userId)
be stored in the table instead? Does it matter?
3 Views