mozilla / morgothv1

Service that helps developers manage the deployment pipeline for System Add-ons.
Mozilla Public License 2.0
0 stars 8 forks source link

LDAP with basic auth fallback and logout #16

Closed rehandalal closed 8 years ago

rehandalal commented 8 years ago

r?

mythmon commented 8 years ago

Does the logout view actually log you out? I don't see how.

rehandalal commented 8 years ago

The 401 response tells the browsers that the credentials it's using are invalid so it stops sending them, which forces the login prompt. But I'm realizing now that I should probably also throw a logout(request) in there.

mythmon commented 8 years ago

Small issue with settings style, but otherwise this looks good. r+wc