kphurley / swlcgdb

A Deckbuilder for Star Wars: The Card Game LCG
3 stars 3 forks source link

Update auth flow to use cookies #42

Closed kphurley closed 3 months ago

kphurley commented 3 months ago

This fixes an issue where we were losing the login token on a refresh, and is just generally simpler to reason about. Now the front-end code doesn't have to apply the token ever, credentials: 'same-origin' just takes care of it.