UNPKG

@tfarras/nestjs-firebase-auth

Version:

NestJS Passport Strategy for Firebase Auth using Firebase Admin SDK

6 lines (5 loc) 171 B
import { JwtFromRequestFunction } from 'passport-jwt'; export interface FirebaseAuthStrategyOptions { extractor: JwtFromRequestFunction; checkRevoked?: boolean; }