Skip to content

Releases: macrat/lauth

v0.7.0

03 Apr 12:30
fa36d24
Compare
Choose a tag to compare

New feature

  • Support request_uri query in ahtorization endpoint.

Version 0.6.0

25 Feb 11:43
a3cfd4c
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

BREAKING CHANGE

  • Default code expiration are shorten to 1 minute from 5 minutes.
  • Change cors_origin option for client to array of glob. Now you can use multiple or flexible domain.

Fix

  • CORS header of userinfo endpoint are now do correct behavior.
  • Fix bug that shown consent page if new client even if set prompt=none query. Now prompt=none is work.

Version 0.5.0

21 Feb 11:17
1927f86
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

New feature

  • Support request jwt object in authorization endpoint.
  • Add CORS header for clients that work on browser.
  • Add x5c property into jwks.

Version 0.4.0

15 Feb 13:50
efec364
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

BREAKING CHANGE

  • Now showing consent page when login by new client.

New feature

  • Supported number and []number type in the claims.
  • Claims that set in config are now always includes in response even if missing value in LDAP.

Improve

  • Enhanced endpoints query checking. Now more secure and helpful.

Fix

  • Fixed problem that login form was broken in some device sizes or settings.

Version 0.3.0

13 Feb 12:11
7811fde
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

BREAKING CHANGE

  • Changed default config format to TOML. Now easy to append client!
  • Moved allow_implicit_flow option from global config to client specific config.
  • Removed disable_client_auth option because client registration is now enough easy.

New feature

  • Added display client name and icon on the login page.
  • Implemented authorization (not authentication) page for prompt=consent.

Improve

  • Remade login page design.
  • gen-client command's output are now includes helpful comments.

Version 0.2.0

07 Feb 07:01
ac00efd
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

New feature

  • Add --tls-auto option for generate TLS cert with Let's Encryption.

Improve

  • Support POST method in user info endpoint.

Fix

  • Enforce set nonce in OpenID implicit/hybrid flow.
  • Fix typo in openid-configuration.

Version 0.1.0

04 Feb 12:46
0331d0a
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

New feature

  • Support RP-Initiated logout.

Improve

  • Metrics and logs

Version 0.0.0

02 Feb 12:13
51655b1
Compare
Choose a tag to compare
Version 0.0.0 Pre-release
Pre-release

Almost stable.