Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
pgjones
quart-auth
Commits
5a34616f
Commit
5a34616f
authored
Jul 14, 2020
by
pgjones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump and release 0.4.0
parent
dff4aa82
Pipeline
#166593695
passed with stage
in 2 minutes and 57 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
CHANGELOG.rst
CHANGELOG.rst
+13
-0
pyproject.toml
pyproject.toml
+1
-1
No files found.
CHANGELOG.rst
View file @
5a34616f
0.4.0 2020-07-14
----------------
* Bugfix set domain when deleting auth cookie.
* Change the default SameSite from Strict to Lax.
* Change the default hashing algorithm to SHA512. This will invalidate
any existing cookies.
* Switch from setting expires to max age.
* Add a renew_login function, to renew the cookie expiry.
* Ensure cookies are deleted - by using the same samesite attribute as
configured.
* Require Quart >= 0.13
0.3.0 2020-04-14
----------------
...
...
pyproject.toml
View file @
5a34616f
[tool.poetry]
name
=
"quart-auth"
version
=
"0.
3
.0"
version
=
"0.
4
.0"
description
=
"A Quart extension to provide secure cookie authentication"
authors
=
[
"pgjones <philip.graham.jones@googlemail.com>"
]
classifiers
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment