Releases: digilectron/actix-4-jwt-auth
Releases · digilectron/actix-4-jwt-auth
Release 1.2.5
Release 1.2.4
Fix for use with the Json extractor
Update dependencies.
Actix 4.6.0
Dependency update to Actix 4.6.0
Dependency updates
Update to latest Actix and other libraries
Cookie authentication
Thanks to the contribution of @bangbaew it is possible to use the module for Cookie authentication.
Fix panic and request abort on validation error.
Allow biscuit validation options
API Change: Creation of the OIDCValidator now needs the biscuit::ValidationOptions
You can pass ValidationOptions::default() to get the earlier behaviour.
Allow to create a OIDCValidator with a JWKSet
This release allows the direct use of the biscuit JWKSet in order to create an OIDCValidator
Actix 4.1.0 update
This updates the dependency for Actix to 4.1.0
What's Changed
- Update README.md by @ekkaiasmith in #7
- Update sanitize-filename requirement from 0.3 to 0.4 by @dependabot in #8
- Update to Actix 4.1.0 by @olger in #9
New Contributors
- @ekkaiasmith made their first contribution in #7
- @dependabot made their first contribution in #8
Full Changelog: v0.4.2...v0.4.3
0.4.2 - release with Actix web 4.0.1
This one is released with the new 4.0.1 release of Actix web