- I have a front end in react and a backend in asp.net core web api.
- I have already a login with jwt tokens and register using hashing and salt to store in db.
- I want to implement an email confirmation when the user registers in my site.
- Should i use jwt to generate token and send this jwt in the email to user
Im not finding much solutions, need some suggestions