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

Update to implement SSOv2 #31

Closed OperatorOverload closed 4 years ago

OperatorOverload commented 4 years ago

This commit contains the necessary code to implement SSO v2 (OpenId based), and allow it to co-exist with the existing v1, with v1 being the default if no AuthVersion is specified. Thanks to @samuelgrant for some ideas from his code on how to clean up my initial implementation and make this more portable.