Closed loomis closed 6 years ago
Ensure that the client API uses entirely the /auth/login and /auth/logout URLs for authenticating with the SlipStream server.
/auth/login
/auth/logout
Note: that this will require using cookie authentication for all of the server interactions. This is probably a more involved change than just renaming the /login resource.
/login
Ensure that the client API uses entirely the
/auth/login
and/auth/logout
URLs for authenticating with the SlipStream server.