authn-server

Authentication service that keeps you in control without forcing you to be an expert in web security.

LGPL-3.0 License

Stars
1.3K
Committers
29

Bot releases are visible (Hide)

authn-server - v1.20.1 Latest Release

Published by github-actions[bot] 5 months ago

What's Changed

Full Changelog: https://github.com/keratin/authn-server/compare/v1.20.0...v1.20.1

authn-server - v1.20.0

Published by github-actions[bot] 6 months ago

What's Changed

Full Changelog: https://github.com/keratin/authn-server/compare/v1.19.0...v1.20.0

authn-server - v1.19.0

Published by github-actions[bot] 7 months ago

What's Changed

Full Changelog: https://github.com/keratin/authn-server/compare/v1.18.2...v1.19.0

authn-server - v1.18.2

Published by github-actions[bot] 7 months ago

What's Changed

Full Changelog: https://github.com/keratin/authn-server/compare/v1.18.1...v1.18.2

authn-server - v1.18.1

Published by AlexCuse 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keratin/authn-server/compare/v1.18.0...v1.18.1

authn-server - v1.18.0

Published by github-actions[bot] 10 months ago

What's Changed

Full Changelog: https://github.com/keratin/authn-server/compare/v1.17.1...v1.18.0

authn-server - v1.17.1

Published by github-actions[bot] about 1 year ago

authn-server - v1.17.0

Published by github-actions[bot] over 1 year ago

What's Changed

Full Changelog: https://github.com/keratin/authn-server/compare/v1.16.0...v1.17.0

authn-server - v1.16.0

Published by cainlevy over 1 year ago

Added

  • Usernames may not be passwords [#200]
  • ID token contains Session ID claim (sid) [#205]
authn-server - v1.15.0

Published by cainlevy over 2 years ago

Added

  • Added /jwks to both public and private routes [#198]
authn-server - v1.14.0

Published by github-actions[bot] over 2 years ago

Added

  • Added last_login_at and password_changed_at to Get Account API
authn-server - v1.13.0

Published by cainlevy almost 3 years ago

Added

  • Support for non-default Redis user [#191]
  • Support for TLS connections to Redis with rediss [#190]
authn-server - v1.12.0

Published by cainlevy almost 3 years ago

Added

  • Update to go 1.17
  • Flexible app domains with wildcard matching [#189]
authn-server - v1.11.0

Published by cainlevy about 3 years ago

Added

  • Support for Redis Sentinel [#181]

Fixed

  • Improved validation for AUTHN_URL and other ENV url values [#178]
authn-server - v1.10.4

Published by cainlevy over 3 years ago

Fixed

  • Broken pipe error on Postgres [#174]
authn-server - v1.10.3

Published by cainlevy over 3 years ago

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]
authn-server - v1.10.2

Published by cainlevy over 4 years ago

Fixed

  • CORS configuration allows content-type header
authn-server - v1.10.1

Published by cainlevy over 4 years ago

Fixed

  • added a timeout to webhook sender
authn-server - v1.10.0

Published by cainlevy over 4 years ago

Added

  • OAuth through Microsoft [#155]
authn-server - v1.9.0

Published by cainlevy over 4 years ago

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)