| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-09-10 | 964 Bytes | |
| release 1.7.3 source code.tar.gz | 2020-09-10 | 65.0 kB | |
| release 1.7.3 source code.zip | 2020-09-10 | 82.0 kB | |
| Totals: 3 Items | 147.9 kB | 0 | |
Features
- added optional support for RFC 7636 "Proof Key for Code Exchange" aka. PKCE; see [#320]
- ability to disable keepalive from lua-resty-http; by disabling keepalive we disable the native connection pool, avoiding errors when dealing with invalid connections; this is specially useful when proxying AJAX requests; see [#307]; thanks @Dudssource
Bugfixes
- when unauth_action is pass and a token refresh fails the session will get marked as no longer authenticated and a proper error is returned; see [#286]; thanks @cretzel
- no longer echo the URI parameters back on default error page when OIDC provider returns an error in call to redirect_uri; see [#306]; thanks @barrelmaker97
- ensure discovery has been attempted when calling userinfo endpoint
Other
- allow OPM installation with newer lua-resty-http versions; see [#279]; thanks @GUI
- fix failed installing dependency lua-resty-jwt;see [#327]; thanks @kg0r0