You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every registration creates a user whose email is not verified by default.
After registration, create a signed JWT with exp set to 5 minutes. Send a link https://<api-url>/verify/{jwt} via an SMTP service where jwt is the one just created.
Listen for GET requests at endpoint /verify/{jwt}, set verified = true for the userId encoded in the JWT once the JWT is verified.
The text was updated successfully, but these errors were encountered:
exp
set to 5 minutes. Send a linkhttps://<api-url>/verify/{jwt}
via an SMTP service wherejwt
is the one just created.GET
requests at endpoint/verify/{jwt}
, setverified
=true
for theuserId
encoded in the JWT once the JWT is verified.The text was updated successfully, but these errors were encountered: