Releases: emdgroup/react-lib
Releases · emdgroup/react-lib
@emdgroup/react-auth: 1.7.0
- Be more generous with accepting non-standard responses from the IdP df3c1f3
- Increase
code_verifier
size to 32 bytes. Some IdP requires a minimum length - The
UserInfo
object now includes the full response from the userinfo endpoint
Full Changelog: 2023-04-19...2023-10-11
@emdgroup/react-auth: 1.6.0
- support the
acrValues
property on theUserContextProvider
. Set this value tomfa
to request multi-factor authentication from login.emddigital.com.
@emdgroup/react-query: 1.1.0
New features:
- Queries are now aborted when the component is unmounted
- Queries support all possible
fetch
options - Queries are now retried with an exponential back-off strategy and jitter if the server returns a 429 Too Many Requests response
- Queries that fail with an HTTP status error will throw an HTTPError exception that gives access to the status code and response body