Scout24 / afp-web

Web frontend for afp (aws federation proxy)
Apache License 2.0
6 stars 6 forks source link

Add logout functionality #7

Open Mortinke opened 8 years ago

Mortinke commented 8 years ago

Currently, we evaluate the afp-project for our company and it works well. After the user logged in in the afp-web ui, it would be nice, that the currently user could be logout.

schlomo commented 8 years ago

FYI, the authentication is handled by the web server. If you use HTTP Authentication then there is no logout.

snordhausen commented 7 years ago

Closing this, since it cannot be fixed.

heroldus commented 7 years ago

Basic-Auth via web browser is just the most simple solution and not really nice for many reasons. If you additionally would have a HTML login form and cookie-based sessions, a logout feature would be no problem.