SevenTV / Website

The 7TV Web App with the Vue framework
https://7tv.app
Other
37 stars 29 forks source link

apollo: omit `Authorization` header #933

Closed AnatoleAM closed 1 year ago

AnatoleAM commented 1 year ago

Removing the Authorization header from being used on the website, this will have the effect of signing out all users who have not recently logged in, compelling re-authentication. This is necessary as auth has moved to cookies and some features such as account linking fails without a cookie.