Skip to content

Releases: digilectron/actix-4-jwt-auth

Release 1.2.5

06 Sep 20:35
Compare
Choose a tag to compare

Dependency updates to actix 4.9.0

Release 1.2.4

05 Aug 20:22
b814182
Compare
Choose a tag to compare

Fix for use with the Json extractor
Update dependencies.

Actix 4.6.0

01 Jun 18:03
09a866e
Compare
Choose a tag to compare

Dependency update to Actix 4.6.0

Dependency updates

02 Apr 11:28
Compare
Choose a tag to compare

Update to latest Actix and other libraries

Cookie authentication

25 Dec 10:26
Compare
Choose a tag to compare

Thanks to the contribution of @bangbaew it is possible to use the module for Cookie authentication.

Fix panic and request abort on validation error.

22 Nov 17:45
Compare
Choose a tag to compare

Release with the contribution of @Algorab : #15
Thanks !

Allow biscuit validation options

16 Nov 20:50
bf81fc7
Compare
Choose a tag to compare

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

07 Aug 18:53
3c0c0fc
Compare
Choose a tag to compare

This release allows the direct use of the biscuit JWKSet in order to create an OIDCValidator

Actix 4.1.0 update

14 Jun 06:42
81b9dde
Compare
Choose a tag to compare

This updates the dependency for Actix to 4.1.0

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

0.4.2 - release with Actix web 4.0.1

07 Mar 07:21
Compare
Choose a tag to compare

This one is released with the new 4.0.1 release of Actix web