UNPKG

@zigatech/keycloak-auth

Version:

Keycloak authorization library for NestJS. Works out of the box.

8 lines (7 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeycloakAuth = void 0; var KeycloakAuth; (function (KeycloakAuth) { KeycloakAuth["NAME"] = "KeycloakAuth"; })(KeycloakAuth || (exports.KeycloakAuth = KeycloakAuth = {}));