eveseat / seat

🌀✳️ SeAT: A Simple, EVE Online API Tool and Corporation Manager
https://eveseat.github.io/docs/
GNU General Public License v2.0
425 stars 143 forks source link

Eve SSO update changed quth from JSON to form-data #830

Closed Nocturrne closed 2 years ago

Nocturrne commented 2 years ago

Eve SSO was broken in an update today.

[https://forums.eveonline.com/t/eve-sso-pathfinder-issues/326696/2]

The auth has to be submitted as form-data instead of JSON.

warlof commented 2 years ago

Isn't that already the case ? SeAT is JWT compliant and relay on Socialite which used to be a solid reference.

Nocturrne commented 2 years ago

It was just coincidence that the EVE dev portal is down and someone mentioned a problem with Seat authentication at the same time. Seat compliance is confirmed.