mirror of
https://github.com/PeterMaquiran/tvone-api.git
synced 2026-04-18 16:27:51 +00:00
5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
import { Injectable } from "@nestjs/common";
|
|
import { AuthGuard } from "@nestjs/passport";
|
|
|
|
@Injectable()
|
|
export class KeycloakAuthGuard extends AuthGuard("keycloak") {} |