Skip to content

Releases: ferrerojosh/nest-keycloak-connect

1.5.1

13 Apr 15:23
1.5.1
4ec7750
Compare
Choose a tag to compare

Hot fix for routes not marked as @Public allowing non authenticated requests.

1.5.0

12 Apr 18:29
1.5.0
7fe5374
Compare
Choose a tag to compare

A minor feature update.

Changes:

  • Added authenticated user decorator (#43)
  • Improved logging (#41)
  • Fixed a bug where a route marked with @public will fail when unauthenticated

1.4.3

26 Feb 04:14
1.4.3
f6cb306
Compare
Choose a tag to compare
  • Fix: Public decorator with skipAuth = false will allow empty jwt bearer

1.4.2

24 Jan 17:41
1.4.2
f488aab
Compare
Choose a tag to compare

Small change.

Update Keycloak to v12.0

1.4.1

31 Dec 10:41
1.4.1
e57b5a5
Compare
Choose a tag to compare

Quick hot fix.

Changes:

  • Make @nestjs/graphql completely optional.

1.4.0

23 Dec 22:49
Compare
Choose a tag to compare

A minor release.

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