maofalt / Transcendence

4 stars 0 forks source link

new authentication system #145

Closed YoelRidgway closed 6 months ago

YoelRidgway commented 6 months ago

Fix up the frontend so that the new authentication system with refresh tokens and Authorization: Bearer.

  1. Setup function to periodically get new auth json web token and store it somewhere.
  2. Send token in the header (Authorization: Bearer) and make the game work with it.