Skip to content

Releases: felixheck/hapi-auth-keycloak

Fix Error Handling to Support All Hapi.js Auth Modes

05 Apr 10:14
Compare
Choose a tag to compare

Thanks a lot to @marttinen for creating the issue and firing the PR!

Hotfix: Defaults for Api-Key-Proxy

29 Jan 13:15
Compare
Choose a tag to compare

Api-Key-Proxy

28 Jan 14:10
Compare
Choose a tag to compare

Fix PKCS#8 & Certificates Handling

28 Jan 14:10
Compare
Choose a tag to compare
  • no longer support PKCS#8 & certificates as publicKey
  • the plugin allowed those formats before but they didn't work

Fix Error Handling

28 Jan 14:09
Compare
Choose a tag to compare
v3.0.3

3.0.3

Fix Cache TTL

10 Nov 15:56
Compare
Choose a tag to compare
  • replace exp - iat with exp - Date.now() to expire the cache entry as soon as token expires

Support hapi v17

10 Nov 15:55
Compare
Choose a tag to compare
v3.0.1

3.0.1

Entitlement

15 Aug 07:34
Compare
Choose a tag to compare
  • add entitlement for fine-grained authorization for both strategies
  • add offline verification for "client ID + secret" strategy
  • add online verification with JWKS for "client ID + secret" strategy
  • fix user information field handling
  • fix scope composing for other apps
  • improve docs/example/tests
  • refactor a lot
  • update Dependencies

Hint: the options/API should be backwards compatible to v2.0.2

Certificates

11 Aug 11:57
Compare
Choose a tag to compare
  • Allow Certificates in PEM format for publicKey
  • Minor refactorings

Signed JWTs

07 Aug 08:33
Compare
Choose a tag to compare
  • enable to use signed JWTs as authentication strategy (offline & online using JWKS)
  • restructure options: the options are not backwards compatible (!!!)
  • improve documentation
  • improve test specification and mocking