Want to know how Email verification works.

Hello I have to add methods foe email verification but I don't know how thing works. I need help.
12 Replies
Salman
Salman3mo ago
We need more information. What kind of app is it and what have you already tried etc
Serene Sphinx
Serene SphinxOP3mo ago
it is dotnet Core 8 WEBAPI project I am developing project without core identity
Salman
Salman3mo ago
Use Identity, it makes all this pretty easier otherwise it's complicated
Serene Sphinx
Serene SphinxOP3mo ago
Is it the only and better option? Is it same, Password hashed by Identity and JWT? Thanks
Salman
Salman3mo ago
Yes it's better option and Identity recommends to use Cookie authentication and Identity's Bearer token isn't same as JWT
Serene Sphinx
Serene SphinxOP3mo ago
I think JWT is mpre secure then
Salman
Salman3mo ago
Cookie auth is more secure
Salman
Salman3mo ago
Use Identity to secure a Web API backend for SPAs
Learn how to use Identity to secure a Web API backend for single page applications (SPAs).
Serene Sphinx
Serene SphinxOP3mo ago
Reallt thanks to you
Salman
Salman3mo ago
So that guide tells you all you need to know about setting up auth in your backend/api $close
MODiX
MODiX3mo ago
If you have no further questions, please use /close to mark the forum thread as answered
Serene Sphinx
Serene SphinxOP3mo ago
okay

Did you find this page helpful?