release 1.8.4
Features
- support passing claims as environment variables (
OIDCPassClaimsAs
)
this allows for more reliable interaction with other modules that access environment variables set by mod_auth_openidc
Bugfixes
- avoid double free of JWT after parsing errors have been encountered
- correct debug printout in oidc_util_read_form_encoded_params
- correct memcache logging on cache misses; thanks @scottdear
- work around JSON timestamp print modifier issue (
%lld
) on some platforms, e.g. Debian 8, thanks to @ralphvanetten