Hey guys, is it possible to get the email address from the reset password token in "supertokens-web-js"? I'm making a custom UI using emailpassword recipe and I would like to show this information to the user. Only way I can think of is changing the reset password URL and adding another query parameter to it, but I don't like it this way. Thank you very much.
r
rp_st
10/18/2022, 12:44 PM
hey @jixxus
rp_st
10/18/2022, 12:44 PM
there is no other better way of doing it compared to what you suggested with the URL change
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).