-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JWT_ACCESS_COOKIE_PATH with tenant (#11)
* Set JWT_ACCESS_COOKIE_PATH regarding tenant before each request * Set version to 1.3.26 * Only set JWT_ACCESS_COOKIE_PATH when app is multi-tenant
- Loading branch information
1 parent
212af77
commit 3165ac9
Showing
2 changed files
with
11 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setuptools.setup( | ||
name="qwc-services-core", | ||
version="1.3.25", | ||
version="1.3.26", | ||
author="Sourcepole AG", | ||
author_email="[email protected]", | ||
description="Shared modules for QWC services", | ||
|