CHANGELOG
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.2 - 03-06-2024
Changed
- updated library
github.com/golang-jwt/jwt
to version v5 - do not throw error the first time token is not valid
1.1.1 - 05-03-2024
- fixed
audience
schema handling in configuration. The field can now properly handle strings and arrays of strings.
1.1.0 - 29/03/2023
Added
- support to
groups
field in configuration. The field allow to set one or more custom groups to a issuer.
Changed
- migrated deprecated library https://github.com/dgrijalva/jwt-go to community clone https://github.com/golang-jwt/jwt
- use of libraries
io
andos
instead of deprecated libraryioutil
1.0.1 - 13/10/2021
- dependencies updates
1.0.0 - 23/07/2021
- validation of JWT token with
/verify
endpoint, supporting the configuration of multiple issuer - changed name env variable JWKS_ENCRYPTION_KEYS_PATH