Skip to content
Advertisement

Tag: email-verification

Is it a good idea to use JWT as verification token?

I’m going to use FastAPI Users for my application. I saw that it generates JWT tokens to perform verification processes in the application. For example, in order to verify user email address or to request password change. Is it a good idea in terms of security? Answer JWT is state-less authentication and is so useful if you use backend with

Advertisement