issues
search
ubc-cpsc455-2024S
/
project-22_intellig-s
project-22_intellig-s created by GitHub Classroom
https://ai-tinerary-client.onrender.com
MIT License
0
stars
0
forks
source link
add JWT
#57
Closed
matts421
closed
3 months ago
matts421
commented
3 months ago
Adds the following changes:
Backend sends a JWT token to the frontend state so users are not logged out upon page refresh.
Frontend persists this token upon refresh
JWT times out after 1 hour
User object is now stored in frontend redux state.
Adds the following changes: