Skip to content

Releases: keratin/authn-server

v1.13.0

31 Dec 20:36
Compare
Choose a tag to compare

Added

  • Support for non-default Redis user [#191]
  • Support for TLS connections to Redis with rediss [#190]

v1.12.0

29 Dec 22:00
Compare
Choose a tag to compare

Added

  • Update to go 1.17
  • Flexible app domains with wildcard matching [#189]

v1.11.0

17 Aug 17:06
Compare
Choose a tag to compare

Added

  • Support for Redis Sentinel [#181]

Fixed

  • Improved validation for AUTHN_URL and other ENV url values [#178]

v1.10.4

08 Apr 18:35
Compare
Choose a tag to compare

Fixed

  • Broken pipe error on Postgres [#174]

v1.10.3

23 Mar 20:59
Compare
Choose a tag to compare

Fixed

  • Usernames are now case insensitive on Postgres and SQLite. This requires a migration that can fail if the existing database has unintended duplicates! [#170]

v1.10.2

03 Jul 15:10
Compare
Choose a tag to compare

Fixed

  • CORS configuration allows content-type header

v1.10.1

08 Jun 20:01
Compare
Choose a tag to compare

Fixed

  • added a timeout to webhook sender

v1.10.0

16 May 19:50
Compare
Choose a tag to compare

Added

  • OAuth through Microsoft [#155]

v1.9.0

05 Apr 04:15
Compare
Choose a tag to compare

Added

  • endpoint for checking zxcvbn password score [#149]
  • option to expire an account's sessions after a password change [#154]

Fixed

  • improvements to constant time comparison in basic auth (thanks @lsmith130)

v1.8.0

04 Feb 22:58
Compare
Choose a tag to compare

Added

  • Support Content-Type: application/json [#143]
  • Support for SameSite property on AuthN session cookie [#147]