You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for 410 responses in OAuth requests (#693)
Adds support for handling 410 responses coming from IOI's servers when
sending an oauth request, and also adds support for sending 410
responses of our own in oauth requests.
A response of `410 Gone` is sent by IOI's servers when sending a request
to `/oauth/token` with `pId` set to a profile id that is not linked with
the external user id used for the authentication.
When the game receives such a response, it will retry the oauth request
with `pId` set to an empty string.
0 commit comments