Releases: zmartzone/lua-resty-openidc
Releases · zmartzone/lua-resty-openidc
release 1.2.2
- validate discovery url against issuer field; closes #25
release 1.2.1
release 1.2.0
release 1.1
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