Hi, Im evaluating super tokens for a new platform, and I have a couple of questions, 1. Is there is possible to change the email address of a userid, and 2. if also there is a way to change the format for the userId or customize the user pool?
r
rp_st
09/14/2022, 4:02 AM
Hey @jccastro.mx
rp_st
09/14/2022, 4:02 AM
1. Yes it is. You can either make the user do it, or you can do it without the user taking any action. There are functions for this in the backend SDK
rp_st
09/14/2022, 4:03 AM
2. There is a way to customise the user id format. We have functions for user id mapping which you can use post sign up and then subsequent references to that user will resolve to the custom user id you chose.
rp_st
09/14/2022, 4:04 AM
I can show you code snippets for for these if you tell me which backend SDK you intend to use.
j
jccastro.mx
09/14/2022, 3:22 PM
thats will be great, I'll will be doing the backend in python
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).