Sillor / timewise-server

GNU General Public License v3.0
0 stars 1 forks source link

API: User Authentication #3

Closed AlissonRoss closed 8 months ago

Ric-KL commented 9 months ago

API that manages JWT auth, password hashing and decrypting. Takes requests with email/password combos and gives responses with codes and a jwt key to be stored in a cookie or session storage.

Ric-KL commented 8 months ago

First implementation of user auth completed. API can now create and send jwt tokens and check hashed password against the user-provided ones. Moving on to add database functionality to upload user/pw combos to a database and compare from database, as well as basic data management as part of the Database Management task.