| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-01-30 | 686 Bytes | |
| release 1.7.6 source code.tar.gz | 2023-01-30 | 69.0 kB | |
| release 1.7.6 source code.zip | 2023-01-30 | 87.5 kB | |
| Totals: 3 Items | 157.2 kB | 0 | |
Features - a new option local_redirect_path can be used in situations where the redirect_uri as is visible to lua-resty-openidc is not simply the path segment of the configured redirect_uri but something more complex. This is needed for example if a reverse proxy in front of your server adds a prefix or rewrites URIs in a more complex way; see [#453] - improved error message when expecting a Bearer token header and the header doesn't contain a space character; see [#421] - added support for OAuth 2.0 Form Post Response Mode.
Bugfixes - when parsing JWKs with an x5c claim the claim was wronly assumed to be base64url encoded instead of base64 encoded; see [#460]