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 214519c commit eeba6a0Copy full SHA for eeba6a0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.5.0
4
+
5
+- update dependencies (switch to paperclip 0.9)
6
7
## v0.4.2
8
9
- update dependencies
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-web-middleware-keycloak-auth"
-version = "0.4.2"
+version = "0.5.0"
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