issues
search
kodekulture
/
wordle-server
Multiplayer wordle game 🚀
7
stars
1
forks
source link
Return refresh token
#30
Open
escalopa
opened
11 months ago
escalopa
commented
11 months ago
Create a table in DB to store the
refresh_token
timestamp for each
Create a new endpoint
refresh
to generate new pairs of tokens (access, refresh).
If the sent token has a timestamp before than the one in DB then logout user
escalopa
commented
11 months ago
Backend Task
Priority High
refresh_token
timestamp for eachrefresh
to generate new pairs of tokens (access, refresh).