Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsferruzza committed Jan 22, 2021
1 parent 010a236 commit 6f302da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web-middleware-keycloak-auth"
version = "0.2.0"
version = "0.3.0"
authors = ["David Sferruzza <david.sferruzza@gmail.com>"]
edition = "2018"
description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"
Expand Down

0 comments on commit 6f302da

Please sign in to comment.