tjcsl / ion

TJ Intranet 3
https://ion.tjhsst.edu
GNU General Public License v2.0
99 stars 91 forks source link

Add /api/logout #233

Closed tcyrus closed 8 years ago

tcyrus commented 9 years ago

Normal Logout Doesn't Affect the API Session

an-empty-string commented 8 years ago

This is a feature; your browser will remember credentials for HTTP Basic authentication regardless of what you do in the interface. Closing the browser should make it forget these credentials; there is no way of doing this in the interface.

jwoglom commented 8 years ago

You can force a logout by starting a http basic auth session with another username and password; e.x. https://logout:logout@ion.tjhsst.edu/api

On Tue, Nov 17, 2015, 1:39 PM fwilson42 notifications@github.com wrote:

This is a feature; your browser will remember credentials for HTTP Basic authentication regardless of what you do in the interface. Closing the browser should make it forget these credentials; there is no way of doing this in the interface.

— Reply to this email directly or view it on GitHub https://github.com/tjcsl/ion/issues/233#issuecomment-157464487.