UNPKG

@alpha018/nestjs-firebase-auth

Version:

NestJS Firebase library and Role based guard for authentication with some utils functions

9 lines (8 loc) 257 B
import { JwtFromRequestFunction } from 'passport-jwt'; export interface FirebaseAuthStrategyOptions { extractor?: JwtFromRequestFunction; useLocalRoles?: boolean; checkRevoked?: boolean; validateRole?: boolean; rolesClaimKey?: string; }