issues
search
CodeWithTheDoctor
/
cits3403-project
Web version of Akari!
0
stars
1
forks
source link
Set up flask authentication routes
#8
Closed
CodeWithTheDoctor
closed
2 years ago
CodeWithTheDoctor
commented
2 years ago
Authentication
Registering new user
[x] Create api route for registering users (unless authentication is handled in some different way in flask)
[x] Check if user exists in database already or not
[x] Validate user password
Sign-up
[x] Create api route for signing up users (again, unless authentication is handled differently by flask)
[x] Check if user exists or not
[x] Authenticate the user.
innoc3ntt
commented
2 years ago
mostly done, needs checking
Authentication
Registering new user
Sign-up