UNPKG

@alpha018/nestjs-firebase-auth

Version:

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

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