Skip to content

Releases: ferrerojosh/nest-keycloak-connect

1.3.1

13 Dec 13:16
Compare
Choose a tag to compare
  • Hotfix for decorators @Unprotected and @Public.

1.3.0

02 Dec 11:15
Compare
Choose a tag to compare

A minor release with a few changes.

  • @Unprotected/@Public should now be available at the controller-level.
  • @Unprotected/@Public now have an optional parameter skipAuth 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