1.1.9 • Published 10 months ago

@atlantjs/keycloak-connect v1.1.9

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
10 months ago

Keycloak Connect

Install

Install with:

yarn add @atlantjs/keycloak-connect

Setup

Add in #/modules/@common/generic/application/common.di-container

diContainer
	.bind<AtlantjsAuthenticationService>(AtlantjsAuthenticationService)
	.toSelf();

diContainer.bind(AuthenticationMiddlewareHandler).toSelf();

Add in .env

# App
# ====
ENVIRONMENT=development
CLIENT_CREDENTIALS_TOKEN_SECRET=

# Keycloack
# ====
KEYCLOAK_API_HOST=keycloak  # Enter only the host, not the protocol ( x=> http/https)
KEYCLOAK_API_PORT=8080
KEYCLOAK_MOVINGAPP_REALM_PUBLIC_KEY_RS256=
1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago