seraphx2 / ESI.NET

A C# wrapper for the Eve Online ESI API.
https://www.nuget.org/packages/ESI.NET/
MIT License
40 stars 23 forks source link

switch from login.eveonline.com to https://login.eveonline.com #71

Closed Hazzel1337 closed 9 months ago

Hazzel1337 commented 9 months ago

hello they changed something: https://forums.eveonline.com/t/complete-eve-sso-jwt-token-update-on-1-november-11-00-utc/424277

i think its just a small change in class SsoLogic: case DataSource.Tranquility: _ssoUrl = "https://login.eveonline.com";

i tried to fix it myself but i am to much of a noob xD

Hazzel1337 commented 9 months ago

thanks for fixing it you guys are awsome ! :)