-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(auth): Zope root cookie logout auth cookies
Apparently, the `HTTPBasicAuthHelper` plugin's `ICredentialsResetPlugin` implementation interferes with deleting/expiring cookies, specifically the `__ac` and `auth_token` cookies in this case. I first tried moving that plugin to the top and bottom for that interfaace, but the cookies still remained after logout. Only removing it worked.
- Loading branch information
1 parent
bda064f
commit 2b30aad
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters