Skip to content

v0.2.0

Compare
Choose a tag to compare
@ericchiang ericchiang released this 16 Dec 22:51
· 3024 commits to master since this release

Features

  • Added GitHub and Bitbucket connectors (#190)
  • Added ability to invite users (#168, #179)
  • Stronger encryption of token-signing keys (AES-GCM replaces AES-CBC) (#167)
  • Added ability to disable users (#140)
  • Admin API now requires client authorization (#145)
  • Added ability to disable user registration (#144)
  • Added SMTP support for email configuration (#129)

Bugs Fixed

  • Fixed race condition in OIDC client (#210)
  • Can't create a user with a connector that doesn't exist (#199)
  • Corrected email validation during registration (#190, #188)
  • Fixed registration failures when scope was provided (#183)
  • Block until connectors are available (#128)
  • Lots of documentation fixes