Releases: ferrerojosh/nest-keycloak-connect
Releases · ferrerojosh/nest-keycloak-connect
1.5.2
A minor release.
Changes:
- Fix loggerProvider not being provided (#47) @CodeOneTwo
@EnforcerOptions
decorator should now work at controller/route level
1.5.1
Hot fix for routes not marked as @Public
allowing non authenticated requests.
1.5.0
1.4.3
- Fix: Public decorator with skipAuth = false will allow empty jwt bearer
1.4.2
Small change.
Update Keycloak to v12.0
1.4.1
Quick hot fix.
Changes:
- Make
@nestjs/graphql
completely optional.
1.4.0
A minor release.
- GraphQL support
- Align keycloak options to js version (https://github.com/keycloak/keycloak-nodejs-connect/blob/master/middleware/auth-utils/config.js)
- Expose
KEYCLOAK_INSTANCE
andMETA
constants
1.3.1
- Hotfix for decorators
@Unprotected
and@Public
.
1.3.0
A minor release with a few changes.
@Unprotected/@Public
should now be available at the controller-level.@Unprotected/@Public
now have an optional parameterskipAuth
that is set to true by default, when false, a jwt header is checked, and will be authenticated on a public route- Bump
keycloak-connect
version to^11.0.0