Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Releases: FireBlinkLTD/keycloak-security-gateway

Bugfix: production dependencies were causing app to crash

28 May 08:59
Compare
Choose a tag to compare

ts-log-debug import was causing production version of the app to crash, module was replaced with @tsed/logger as ts-log-debug is just a dummy wrapper on top of it.

Feature: Change /oauth/roles endpoint signature

27 May 18:17
Compare
Choose a tag to compare
1.6.2

feat: change access API signature

Feature: Added /oauth/access endpoint

27 May 17:09
Compare
Choose a tag to compare

New endpoint added that allows to check if current user is allowed to access particular resource.

Feature: Added /oauth/roles endpoint

27 May 12:12
Compare
Choose a tag to compare

New endpoint added that allows to retrieve all roles from JWT without a need to parse the JWT on the client side. Response is simply a JSON array of all realm and client roles extracted from the JWT.

Example:

[
  "realm_role",
  "client-id:client-role"
]

Bugfix: client secret from env usage

04 Apr 15:39
Compare
Choose a tag to compare
1.5.2

fix: secret from env usage

Feature: give ability to override and remove response headers

01 Apr 15:24
Compare
Choose a tag to compare
1.5.1

feat: add ability to override and remove response headers

Feature release: add ability to add custom response headers

27 Mar 07:24
Compare
Choose a tag to compare
1.5.0

feat: add ability to append custom headers to response

Feature release: KC clientId/secret can now be taken from env var.

26 Mar 14:46
Compare
Choose a tag to compare

Added ability to reference KC client and secret via environment variables.

Bugfix: 401 instead of 500 when expired token is provided

03 Mar 11:33
Compare
Choose a tag to compare

Bugfix: fixed logic to remove trailing slash of upstreamUrl setting

21 Feb 12:58
Compare
Choose a tag to compare
Merge branch 'master' of github.com:FireBlinkLTD/keycloak-security-ga…

…teway