Releases: hsynlms/fastify-guard
Releases · hsynlms/fastify-guard
v2.0.0
Fastify v4 support shipped with this version.
Breaking changes:
- Node.js v12 support dropped.
v1.3.2
feat: Handle OIDC style scope claims (#9) thanks to @Diginomicon
chore(deps): bump version
v1.2.1
Chore: packages are updated
Fix: Audit issues
v1.2.0
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
chore: packages are updated
v1.1.1
Add: OR clause support in role and scope checker
v1.0.1
- Change: insufficient permission status code to 403