Released 2023-07-26
- Authorizing the request based on claim values now properly handles array claims. The request is authorized if the required value is one of the elements of the array.
Released 2022-10-07
- Updated jose library to 4.10.0
Released: 2022-04-13
- Updated jose library to version 4.
- Removed
jwksService
class, as the functionality of downloading keys from a JWKS endpoint is now provided by jose directly. - The
secure
middleware now needs agetKey
function, not ajwksService
as a constructor parameter.
Released: 2021-04-02
Released: 2020-04-29
Released: 2020-04-29
Initial version of the library.