tfarras / nestjs-firebase-auth

Firebase Authentication Strategy for NestJS Passport Integration
68 stars 25 forks source link

✨ add checkRevoked option for jwt verification #2

Closed ahmedHusseinF closed 4 years ago

ahmedHusseinF commented 4 years ago

Added an option to check the JWT for revocation by the admin sdk.

This option already exists in the admin sdk but not exposed here.