Hello everyone I want to use supertokens for my au...
# support-questions-legacy
a
Hello everyone I want to use supertokens for my authentication process in my mobile application which is the following: email password sign up then phone number verification For phone number verification I use the passwordless service What I do is that after the email password sign up I proceed to phone number verification. After signing up with email password, a session is normally created and I can access it for my operations. so in the consume otp code override I use this session to access the current session and use the email of this session to perform my operations on my database But for some time now, when I want to use this session, I can no longer access it, and I don't know how to manage this situation.