Checks if an email is verified and adds this information into the access token payload as well
Request Code Samples
curl --location --request GET 'http://localhost:8000//user/email/verify'
Responses
application/json
Checks if an email is verified and adds this information into the access token payload as well
{
"status": "OK",
"isVerified": true
}
Modified at 2024-10-01 07:35:40