Skip to content

Releases: weegigs/firebase-express-authenticator

v3.0.0

27 Feb 06:34
Compare
Choose a tag to compare

3.0.0 (2019-02-27)

chore

  • update firebase and other project dependencies (0d49104)

BREAKING CHANGES

  • Now requires firebase-admin ^7.0.0

v2.0.0

29 Aug 01:45
Compare
Choose a tag to compare

2.0.0 (2018-08-29)

Build System

  • Updated key dependencies (9c36f89)

BREAKING CHANGES

  • Now requires firebase-admin ^6.0.0

v1.1.2

29 May 00:40
Compare
Choose a tag to compare

1.1.2 (2018-05-29)

Bug Fixes

  • Report caught errors as authentication errors (e484d90)

v1.1.1

28 May 03:34
Compare
Choose a tag to compare

1.1.1 (2018-05-28)

Bug Fixes

  • tokens: Use authorizationFromHeaderOrCookie by default (c3654b2)

v1.1.0

28 May 03:23
Compare
Choose a tag to compare

1.1.0 (2018-05-28)

Features

  • tokens: Get auth from header and cookie (c414f81)

v1.0.2

26 May 10:26
Compare
Choose a tag to compare

1.0.2 (2018-05-26)

Bug Fixes

  • Use lowercase string for Authorization header name (719b07d)

v1.0.1

26 May 00:12
Compare
Choose a tag to compare

1.0.1 (2018-05-26)

Bug Fixes

  • verifications: Actually check that the email address is verified (79ac991)