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

Releases: googlearchive/firebase-token-generator-node

v2.0.0

15 Sep 17:04
Compare
Choose a tag to compare

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

v1.1.3

08 Aug 00:14
Compare
Choose a tag to compare
  • 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.