WorldWideTelescope / wwt-web-client

The WorldWide Telescope web client lets you explore the universe in your browser.
https://worldwidetelescope.org/webclient/
MIT License
104 stars 35 forks source link

controllers/LoginController.js: attempt to fix OAuth redirection #332

Closed pkgw closed 3 years ago

pkgw commented 3 years ago

The Microsoft Live OAuth codes now contain period characters, which break the way that we were passing data to the AuthenticateFromCode API. But it looks like we can fix it by just adding a final slash to the URL that we construct.