UNPKG

@zigatech/keycloak-auth

Version:

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

6 lines (5 loc) 101 B
export type ConfigOption = { baseUrl: string; adminRealm: string; userRealm?: string; };