luweglarz / ft_transcendence

This project is about creating a website for the mighty Pong contest!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refresh access tokens

ecogest opened this issue · comments

Automatically refresh the access token

Tasks:
  • backend: methods to generate, compare and clear refresh token
  • front: store refresh token alongside access token
  • front: if access token is stale, request a fresh pair of tokens

Relates to #50