Skip to content

release 1.1

Compare
Choose a tag to compare
@zandbelt zandbelt released this 21 May 16:55
· 591 commits to master since this release

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