Skip to content

Releases: hsynlms/fastify-guard

v2.0.0

03 Jul 15:50
Compare
Choose a tag to compare

Fastify v4 support shipped with this version.

Breaking changes:

  • Node.js v12 support dropped.

v1.3.2

23 May 21:37
Compare
Choose a tag to compare

feat: Handle OIDC style scope claims (#9) thanks to @Diginomicon
chore(deps): bump version

v1.3.1

14 Jun 14:31
Compare
Choose a tag to compare

fix: TypeScript wrong type (#7) thanks to @jtsamper

v1.3.0

08 Jun 17:40
Compare
Choose a tag to compare

feat: TypeScript support thanks to @francisdaigle (#2 & #5)
chore: packages are updated

v1.2.2

16 May 19:29
Compare
Choose a tag to compare

Fix: Audit issues

v1.2.1

01 May 01:56
Compare
Choose a tag to compare

Chore: packages are updated
Fix: Audit issues

v1.2.0

10 Nov 15:20
Compare
Choose a tag to compare

feat: hasRole method to check the authenticated user has the role
feat: hasScope method to check the authenticated user has the scope

v1.1.2

07 Nov 22:34
Compare
Choose a tag to compare

chore: packages are updated

v1.1.1

30 Aug 19:34
Compare
Choose a tag to compare

Add: OR clause support in role and scope checker

v1.0.1

28 Aug 01:46
Compare
Choose a tag to compare
  • Change: insufficient permission status code to 403