What's Changed
Account Service is updated to use Sign In With Frequency (SIWF) V2 v2.1.0, which has breaking changes to the SIWF interface:
SIWF_V2_DOMAIN
is changed to SIWF_V2_URI_VALIDATION
and it must match the domain of the URI in the SIWF message. Please see SIWF for more details.
loginMsgDomain
is changed to loginMsgURIValidation
this affects the following functions:
Breaking Changes
- Account Service SIWF v2 URI Validation by @mattheworris in #669
Other Changes
- Monitoring Gateway by @saraswatpuneet in #667
- Docs: Minor updates and fill by @wilwade in #668
Full Changelog: v1.3.0...v1.4.0