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

Fix duplicate scopes in authentication URL #38

Closed Majiir closed 4 years ago

Majiir commented 4 years ago

Commit c3e20cc9caa626b875b0161f09d8e07474671795 introduced a bug where each scope would be duplicated in the authentication URL. EVE SSO fails when specifying scopes in this way.

seraphx2 commented 4 years ago

Thanks. Must have accidentally double-pasted it when I was copying it to re-use for state. This has been pulled into the current branch I am working on. I am waiting on an answer from someone else and when I get this other bit of new code in, this fix will go in along with it.