pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.6k stars 406 forks source link

Skip validation of JWT "aud" claim #2422

Closed nmalaguti closed 2 years ago

nmalaguti commented 2 years ago

Due to unexpected ESI SSO breakage by adding an "aud" claim, skip validation of the claim. If in the future CCP specifies which "aud" claim to verify against, this can be changed to pass the appropriate "audience" value.

Fixes #2421

blitzmann commented 2 years ago

Thanks! Really appreciate it :)