From 6f302da44de85dfd42bd225e1752d08060870e3b Mon Sep 17 00:00:00 2001 From: David Sferruzza Date: Fri, 22 Jan 2021 22:57:36 +0100 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bb2a4..833fae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.3.0 + +- 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)) + ## v0.2.0 - support client roles diff --git a/Cargo.toml b/Cargo.toml index 89e4d93..e46aa65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-middleware-keycloak-auth" -version = "0.2.0" +version = "0.3.0" authors = ["David Sferruzza "] edition = "2018" description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"