What field in the session token payload is the email verification recipe checking?
I want to make sure it's properly set. Also want to get it from the SSO.
r
rp_st
11/10/2023, 2:12 PM
Hey. The claim is called “st-ev”. And it’s an object that looks like {v: Boolean, t: long} where v will be true if email is verified else false
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).