0.1.0 • Published 4 years ago

@graywolfai/firebase-express-jwt v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@graywolfai/firebase-express-jwt

firebase-express-jwt

Express middleware for Firebase to validate the JWT token.

Usage

npm i @graywolfai/firebase-express-jwt

Requests that go to handlers that use this middleware should have an Authorization: Bearer <TOKEN>. If the validation fails for any reason, a response with a status 401 is returned (see index.ts for details). If validation succeeds, the decoded user (admin.auth.DecodedIdToken) is placed in the request object.