skip to Main Content

Schema to Store Temporary Token in MySQL

I'm implementing forgot password functionality in my NextJS app. I'm generating a temporary token whenever the user clicks on forgot password. Should I store the temporary token in the already existing users table, User table user_id user_name forgotpass_token here only…

VIEW QUESTION
Back To Top
Search