-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
c4c9f39
commit a91a194
Showing
2 changed files
with
46 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