We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6099a3e commit 433861fCopy full SHA for 433861f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.4.1
4
+
5
+- update dependencies
6
7
## v0.4.0
8
9
- switch to Actix Web 4 (Actix Web 3 is no longer supported)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-web-middleware-keycloak-auth"
-version = "0.4.0"
+version = "0.4.1"
authors = ["David Sferruzza <david.sferruzza@gmail.com>"]
edition = "2021"
description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"
0 commit comments