Skip to content

Latest commit

 

History

History
79 lines (38 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

79 lines (38 loc) · 2.48 KB

3.0.0 (2019-02-27)

chore

  • update firebase and other project dependencies (0d49104)

BREAKING CHANGES

  • Now requires firebase-admin ^7.0.0

2.0.0 (2018-08-29)

Build System

  • Updated key dependencies (9c36f89)

BREAKING CHANGES

  • Now requires firebase-admin ^6.0.0

1.1.2 (2018-05-29)

Bug Fixes

  • Report caught errors as authentication errors (e484d90)

1.1.1 (2018-05-28)

Bug Fixes

  • tokens: Use authorizationFromHeaderOrCookie by default (c3654b2)

1.1.0 (2018-05-28)

Features

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

1.0.2 (2018-05-26)

Bug Fixes

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

1.0.1 (2018-05-26)

Bug Fixes

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

1.0.1 (2018-05-26)

Bug Fixes

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

1.0.0 (2018-05-25)

Features

  • Base authentication infrastructure (72658fb)