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 516c086 commit 4f70d71Copy full SHA for 4f70d71
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## unreleased
+## v0.4.0-beta.1
4
5
- handle extraction and parsing of custom JWT claims
6
- add a way to access parsed roles from handlers (every Keycloak role contained in the JWT)
Cargo.toml
[package]
name = "actix-web-middleware-keycloak-auth"
-version = "0.3.0"
+version = "0.4.0-beta.1"
authors = ["David Sferruzza <david.sferruzza@gmail.com>"]
edition = "2018"
description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"
0 commit comments