Skip to content

Latest commit

 

History

History
92 lines (38 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

92 lines (38 loc) · 3.64 KB

10.3.0 (2024-03-02)

Features

  • bump nest dependencies to 10.3.x (3c72771)

10.2.0 (2024-01-27)

Features

  • authority: allow multiple JWK urls (7598996)
  • jwk: enable caching (199559b)

10.1.0 (2024-01-17)

Bug Fixes

  • auth-guard: role and permission evaluation (943ea16)
  • auth-guard: throw exception on invalid user body from JWT (9db6cff)

Features

10.0.3 (2024-01-16)

Features

10.0.2 (2024-01-16)

Features

10.0.1 (2024-01-16)

Bug Fixes

10.0.0 (2024-01-16)

Features

  • bump nest version to 10.x (500c14c)

2.0.0 (2023-01-11)

Bug Fixes

  • package.json: update peer dependencies (cffae2d)
  • roles: fix roles disabling logic (55e7605)

Features

  • /: add basic OIDC JWT validation and utilities (b749f68)
  • /: added JWT mapper and abstracted role functionality (2b015d5)
  • access-levels: abstract access level evaluation for greater flexibility (9b28811)
  • guards, decorators: add the ability to specify an optional authentication guard (4e4dcc5)
  • nestjs: upgrade library for compatibility with nestjs 9 (31936d0)
  • roles: allow for the disabling of role validation by passing no roles (37d9ac5)
  • support rest decorators; make graphql optional (ae1479b)