This is my signup_form. i have used bcrypt for storing hashing password in the backend

MasterHead

This is my login_form. i have used jwt for recognize the authrized user

MasterHead

This is user page. it always show when user login the form using valid email and password

MasterHead

this is my sql table you can take idea from it

MasterHead

this is my sql table you can see the password always storing hash formate

MasterHead