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

Pivileges of a new user in PostgreSQL

I used to work with Oracle, where after creation of a new database user you need to grant them a few privileges, ex. to connect(CREATE SESSION) to the database or create a table(CREATE TABLE). Otherwise the user is useless and…

VIEW QUESTION
Back To Top
Search