What field in the session token payload is the email verification recipe checking? I want to make su...
j
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
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