Skip to content

Releases: zmartzone/lua-resty-openidc

release 1.2.2

16 Nov 22:24
Compare
Choose a tag to compare
  • validate discovery url against issuer field; closes #25

release 1.2.1

31 Aug 19:05
Compare
Choose a tag to compare
  • change rockspec so it installs as resty.openidc; closes #20; thanks @dholth

release 1.2.0

12 Jul 13:58
Compare
Choose a tag to compare

Bugfixes

Other

release 1.1

21 May 16:55
Compare
Choose a tag to compare

Features

  • support local JWT verification for the OAuth 2.0 Resource Server (depends on lua-resty-jwt)
  • add auto-configuration of Redirect URL scheme based on opts setting or X-Forwarded-Proto header, thanks @davidbirdsong
  • add configurable token endpoint authentication method with opts.token_endpoint_auth_method, thanks @therealcmj
  • support for GET style logout
  • added opts.ssl_verify = "no" option for testing
  • allow for handling of errors in user code more elegantly,` see #8
  • add check for iat presence to improve error handling/reporting

Bugfixes

  • avoid state error printout nil pointer exception as raised in #3

v1.0

07 Oct 07:03
Compare
Choose a tag to compare
add configurable iat slack interval; increase default to 120; closes #1