npm.io
0.1.0 • Published 6 years ago

@graywolfai/firebase-express-jwt

Licence
MIT
Version
0.1.0
Deps
0
Size
4 kB
Vulns
0
Weekly
0

@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.

Keywords