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

Latest commit

 

History

History
26 lines (20 loc) · 525 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 525 Bytes

v0.4.1

  • Updated dependencies
    • boto3
    • chalice
    • pytest

0.4.0

  • Added POST /logout

0.3.0

  • Added POST /init-forgot-password
  • Added POST /confirm-forgot-password
  • Fixed bug that allowed consumers to call refresh token endpoint with unknown fields

0.2.1

  • Migrated with Pyocle

0.2.0

  • Added refresh endpoint

0.1.1

  • Fixed bug that raised 500 internal server error when no oldPassword field was given when confirming an account.

0.1.0

  • Added login route
  • Added confirm account route