Skip to content

Releases: keratin/authn-server

v1.20.0

17 Apr 01:17
a7bdddb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.19.0...v1.20.0

v1.19.0

04 Apr 00:21
e6c0a6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.2...v1.19.0

v1.18.2

26 Mar 19:43
bdafce1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.1...v1.18.2

v1.18.1

20 Mar 21:56
6ac2058
Compare
Choose a tag to compare

What's Changed

  • oauth: get signing key from provider by @AlexCuse in #236
  • CI: update maintained actions to eliminate node warnings by @AlexCuse in #237
  • chore: migrate deprecated ioutil usage to io package by @AlexCuse in #238
  • chore: use github.com/go-jose/go-jose/v3 over deprecated square package by @AlexCuse in #240
  • Remove duplicate print of PUBLIC_PORT by @cornerman in #242
  • Bugfix: authn initiates user login upon connection attempt by @diegosperes in #246
  • Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 by @dependabot in #244
  • prepare 1.18.1 by @AlexCuse in #247

New Contributors

Full Changelog: v1.18.0...v1.18.1

v1.18.0

20 Dec 16:39
f572515
Compare
Choose a tag to compare

What's Changed

  • feat: add support for TOTP multi-factor authentication by @AlexCuse in #220
  • Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 by @dependabot in #228
  • Bump github.com/prometheus/client_golang from 0.9.0-pre1 to 1.11.1 by @dependabot in #229
  • admin: clear TOTP secret when expiring password by @AlexCuse in #231
  • claims: add amr for authentication method by @AlexCuse in #230
  • Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #233
  • prepare 1.18.0 by @AlexCuse in #232

Full Changelog: v1.17.1...v1.18.0

v1.17.1

26 Jul 01:42
436a2b9
Compare
Choose a tag to compare
prepare 1.17.1 (#219)

v1.17.0

09 May 17:56
Compare
Choose a tag to compare

What's Changed

  • session: add option to use explicit expiry for refresh token cookies by @AlexCuse in #208

Full Changelog: v1.16.0...v1.17.0

v1.16.0

19 Apr 20:04
Compare
Choose a tag to compare

Added

  • Usernames may not be passwords [#200]
  • ID token contains Session ID claim (sid) [#205]

v1.15.0

09 Apr 18:52
Compare
Choose a tag to compare

Added

  • Added /jwks to both public and private routes [#198]

v1.14.0

28 Feb 03:00
Compare
Choose a tag to compare

Added

  • Added last_login_at and password_changed_at to Get Account API