Skip to content
This repository was archived by the owner on Aug 25, 2018. It is now read-only.

Releases: googlearchive/firebase-token-generator-node

Release list

v2.0.0

Choose a tag to compare

@cbraynor cbraynor released this 15 Sep 17:04

Additional validation to ensure tokens contain a "uid" field unless they have the "admin" option set to true.

v1.1.3

Choose a tag to compare

@jwngr jwngr released this 08 Aug 00:14
  • Fixed issue which allowed NaN to be passed as the value for exp and iat options. This caused us to create a token with null as those values, which would not properly authenticate.