Slazanger / SMT

Slazanger's Eve Map Tool
MIT License
264 stars 77 forks source link

Use system browser for logins #24

Closed danielmillen closed 4 years ago

danielmillen commented 4 years ago

There's no good reason to use a hosted browser session for character login.

Instead, open a port for the callback from login, and redirect login to localhost: where you can then read the token provided.

Slazanger commented 4 years ago

This has been on the list for a while

Slazanger commented 4 years ago

Fixed with latest commit