v3.1.0
What's Changed
- Handle optional config parameters in authorization request_object generation by @maennchen in #281
- Introduce Quirks Options by @maennchen in #282
- Call
edoc
directly from Mix by @maennchen in #283 - Switch to stable erlfmt by @maennchen in #284
- Fix URI composition for relative Issuer URIs without a trailing slash by @maennchen in #286
- fix:
application:get_env/2
returns{ok, Value}
by @paulswartz in #288 - Provide default for
token_endpoint_auth_signing_alg_values_supported
by @maennchen in #290 - feat:
preferred_auth_methods
argument forrequest_token
by @paulswartz in #291 - doc: correct documentation for
oidcc_token:access()
by @paulswartz in #293 - feat: support Elixir 1.14.4+ by @paulswartz in #294
- fix: support unsigned ID tokens even when JOSE disables them by @paulswartz in #295
New Contributors
- @paulswartz made their first contribution in #288
Full Changelog: v3.0.1...v3.1.0