slipstream / SlipStreamClient

SlipStream Python client
Apache License 2.0
1 stars 4 forks source link

ensure that login uses /auth/login resource #298

Closed loomis closed 6 years ago

loomis commented 8 years ago

Ensure that the client API uses entirely the /auth/login and /auth/logout URLs for authenticating with the SlipStream server.

loomis commented 8 years ago

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.