Hi,
I did get to /users and suddenly I'm getting this: "
{
"message": "invalid claim",
"claimValidationErrors": [
{
"id": "st-ev",
"reason": {
"message": "wrong value",
"expectedValue": true,
"actualValue": false
}
}
]
}
"
after sign in (there are cookie there). What is this?
I wasn't having this earlier. /users always worked and I checked auth: https://supertokens.com/docs/thirdpartyemailpassword/testing/testing-with-postman and I didn't change anything form this moment.
r
rp_st
02/09/2023, 7:15 PM
hey @weboux
rp_st
02/09/2023, 7:15 PM
this means that email verification claim validator has failed
rp_st
02/09/2023, 7:15 PM
which happens if the email of the user is not verified
rp_st
02/09/2023, 7:15 PM
and if you have email verification in "REQUIRED" mode
w
weboux
02/09/2023, 7:17 PM
Aaa I see. I forgot that I changed to REQUIRED because I don't create creation session. I changed and after I felt very wrong 😅
weboux
02/09/2023, 7:18 PM
Thanks :)
weboux
02/09/2023, 7:19 PM
From today I already can learn :D but I need treat oneself yet 😅
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).