Skip to content

Commit 6f302da

Browse files
committed
chore: release v0.3.0
1 parent 010a236 commit 6f302da

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.3.0
4+
5+
- allow `aud` claim to be extracted from either a JSON string or a JSON sequence of strings (as stated in the [JWT spec](https://tools.ietf.org/html/rfc7519#section-4.1.3))
6+
37
## v0.2.0
48

59
- support client roles

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web-middleware-keycloak-auth"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Sferruzza <david.sferruzza@gmail.com>"]
55
edition = "2018"
66
description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"

0 commit comments

Comments
 (0)