butterflyforkill / space_between_us

https://space-between-us.vercel.app
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Add authentication #1

Closed butterflyforkill closed 2 weeks ago

butterflyforkill commented 1 month ago

Create registration and login:

butterflyforkill commented 1 month ago

Start to add auth: made changes for user model and schema, create routes

butterflyforkill commented 1 month ago

Change the structure, add pass hashing, verify and create user

butterflyforkill commented 1 month ago

Add user creation with hash password, reorganise the structure

butterflyforkill commented 1 month ago

Adding to the database is working Image

butterflyforkill commented 1 month ago

Create access token, minor changes

butterflyforkill commented 1 month ago

Add login route Tested, login is working Image

butterflyforkill commented 1 month ago

Related task to the auth: Related task

butterflyforkill commented 1 month ago

Due to the connected task I added more time: +4 hours

butterflyforkill commented 1 month ago

Next connected task Auth: revoke token