Releases: sil-org/idp-id-broker
Releases · sil-org/idp-id-broker
8.0.4 -- fix the email header style
What's Changed
Full Changelog: 8.0.3...8.0.4
8.0.3 -- fix email template style
What's Changed
Full Changelog: 8.0.2...8.0.3
8.0.2 -- remove Google Analytics
What's Changed
Full Changelog: 8.0.1...8.0.2
8.0.1 - fix email template header style
Fixed
- In email template, add
text-align: leftto compensate for changingtdtoth
Removed
- Remove deprecated environment variables:
MFA_TOTP_apiSecret,MFA_WEBAUTHN_apiSecret,MFA_TOTP_apiKey,MFA_WEBAUTHN_apiKey,MFA_WEBAUTHN_appId,MFA_WEBAUTHN_rpDisplayName
What's Changed
- Release 8.0.1 -- fix email style by @briskt in #405
- remove deprecated environment variables by @briskt in #407
Full Changelog: 8.0.0...8.0.1
8.0.0
Added
- Incorporated all the email-service functionality into this service. The following new variables should now be defined in the environment for idp-id-broker:
FROM_EMAILset to the email address for the FROM header of notification messagesFROM_NAME(optional) use as the display name forFROM_EMAILEMAIL_BRAND_LOGOlogo to use in the email notification HTML headerEMAIL_BRAND_COLORbackground color of the email notification HTML header
What's Changed
- use cron to send queued email messages by @briskt in #402
- Release 8.0.0 -- integrate email queue from email-service by @briskt in #396
Full Changelog: 7.3.1...8.0.0
7.3.1
7.3.0 - Add Recovery Contact MFA Option
What's Changed
- Release 7.3.0 - Added option for user to request code from recovery contact by @ethancanne in #403
New Contributors
- @ethancanne made their first contribution in #403
Full Changelog: 7.2.2...7.3.0
7.2.2 -- log the version number
What's Changed
Full Changelog: 7.2.1...7.2.2
7.2.1 - deprecate `MFA_WEBAUTHN_rpDisplayName` and `MFA_WEBAUTHN_appId`
Deprecated
- Deprecated
MFA_WEBAUTHN_rpDisplayName. The value ofIDP_DISPLAY_NAMEwill be used instead. - Deprecated
MFA_WEBAUTHN_appId. The value ofPASSWORD_PROFILE_URL+ "/app-id.json" will be used instead.
What's Changed
Full Changelog: 7.2.0...7.2.1
7.2.0 - combined TOTP and WEBAUTHN environment variables
Changed (non-breaking)
- Share one API key and secret for TOTP and Webauthn services
Deprecated
MFA_TOTP_apiKey,MFA_TOTP_apiSecret,MFA_WEBAUTHN_apiKey,MFA_WEBAUTHN_apiSecretenvironment variables are being deprecated. UseMFA_API_KEYandMFA_API_SECRET.
What's Changed
Full Changelog: 7.1.2...7.2.0