issues
search
cafe-for-cats
/
mobile
client-side code for the project 📱
1
stars
0
forks
source link
Add authentication middleware to neccessary routes.
#121
Closed
dgatto
closed
3 years ago
dgatto
commented
3 years ago
[x] User has to have a valid JWT token (passes with the correct secret key, and isn't expired)
[x] User id within the token has to be a valid user id.