after sign in i want to get the additional info which i added in signup. but after login i cannot see anything in respose. how can i add those things in response?
eray
04/09/2023, 12:56 PM
after sign in i want to get the additional info which i added in signup. but after login i cannot see anything in respose. how can i add those things in response?
r
rp_st
04/09/2023, 1:35 PM
You can add the additional info in the response by customizing the response of the
, you can return the response with the additional info you want to include. You can access the additional info by querying your database or any other source where you stored the info during signup.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).