Skip to content

Releases: MrThearMan/jwt-email-auth

Release 0.11.5

30 Nov 12:21
Compare
Choose a tag to compare
v0.11.5

Add cookie and token serializer mixins and refactor schemas

Release 0.11.4

23 Nov 15:11
Compare
Choose a tag to compare
v0.11.4

Update django-settings-holder version

Release 0.11.3

23 Nov 09:11
Compare
Choose a tag to compare
Separate function for parsing signing key and add global example key

Also update dependencies, pre-commit hooks and CI

Release 0.11.2

19 Sep 13:28
Compare
Choose a tag to compare
v0.11.2

Fix issues with login method selection. Login method from Prefer header.

Release 0.11.1

17 Sep 10:59
Compare
Choose a tag to compare
Small fixes

- Use gettext_lazy without aliasing to underscore
- Fix schema error code for refresh token not found
- Add predefined functions for generating cache keys
- Update translations

Release 0.11.0

16 Sep 16:01
Compare
Choose a tag to compare
Allow token & cookie authentication at the same time

User can now decide which authentication scheme to use with a optional
argument to the login endpoint, which will be validated against the
configured options. Cookie based authentication takes precedence if
both are configured. Also add settings for renaming the cookies.

Release 0.10.1

01 Sep 17:36
Compare
Choose a tag to compare
v0.10.1

Update for poetry 1.2.0, update dependencies and pre-commit hooks

Release 0.10.0

09 Aug 07:53
Compare
Choose a tag to compare
v0.10.0

Change status badge workflow name

Release 0.9.3

07 Jun 08:09
Compare
Choose a tag to compare
Add SKIP_CODE_CHECKS_FOR setting

Useful for review purposes

Release 0.9.2

04 Jun 19:04
Compare
Choose a tag to compare
Add token claim view & token encryption option

Some additional small improvements:
- Adds TokenField to calidate token format
- Separate cookie paths for access and refresh tokens, so that
  refresh tokens can be excluded in most cases
- Update dependencies and pre-commit hooks