Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 633 Bytes

File metadata and controls

31 lines (20 loc) · 633 Bytes

0.3.1

  • fix: Allow dashes in routes

0.3.0

  • feat!: Make database modular
  • refactor!: Rename AuthDatabase to CloudAuthDatabase
  • refactor!: Rename all entities with cloud_auth_ prefix
  • fix: Correctly route users/me
  • fix: Verification code email rendering
  • chore: Make Authorizer a class
  • chore: Update dependencies

0.2.0

  • refactor(cloud_auth)!: Consolidate session logic (#273)
  • chore: Update license

0.1.1

  • fix: Ensure Cedar types are registered during seeding
  • fix: Ensure session is linked to user cork

0.1.0+1

  • chore: Remove some leftover print statements

0.1.0

  • Initial release.