Skip to content

Releases: sil-org/idp-id-broker

8.0.4 -- fix the email header style

12 May 06:48
0014fa1

Choose a tag to compare

What's Changed

  • Release 8.0.4 -- (3rd try) fix the email header style by @briskt in #409

Full Changelog: 8.0.3...8.0.4

8.0.3 -- fix email template style

12 May 03:13
2825bd9

Choose a tag to compare

What's Changed

  • Release 8.0.3 -- add missing quote mark in email template style by @briskt in #408

Full Changelog: 8.0.2...8.0.3

8.0.2 -- remove Google Analytics

02 May 14:55
3ba8295

Choose a tag to compare

What's Changed

  • Release 8.0.2 -- remove Google Analytics by @briskt in #406

Full Changelog: 8.0.1...8.0.2

8.0.1 - fix email template header style

01 May 00:26
81f6f2b

Choose a tag to compare

Fixed

  • In email template, add text-align: left to compensate for changing td to th

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

30 Apr 07:17
3227f9a

Choose a tag to compare

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_EMAIL set to the email address for the FROM header of notification messages
    • FROM_NAME (optional) use as the display name for FROM_EMAIL
    • EMAIL_BRAND_LOGO logo to use in the email notification HTML header
    • EMAIL_BRAND_COLOR background 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

28 Apr 16:00
0f1073a

Choose a tag to compare

What's Changed

  • Release 7.3.1 -- include recovery email addresses in Sheets export by @briskt in #404

Full Changelog: 7.3.0...7.3.1

7.3.0 - Add Recovery Contact MFA Option

07 Apr 21:30
f1757d7

Choose a tag to compare

What's Changed

  • Release 7.3.0 - Added option for user to request code from recovery contact by @ethancanne in #403

New Contributors

Full Changelog: 7.2.2...7.3.0

7.2.2 -- log the version number

04 Mar 01:44
23a0bae

Choose a tag to compare

What's Changed

  • Release 7.2.2 -- log the version number with each message by @briskt in #401

Full Changelog: 7.2.1...7.2.2

7.2.1 - deprecate `MFA_WEBAUTHN_rpDisplayName` and `MFA_WEBAUTHN_appId`

28 Feb 09:09
959cff7

Choose a tag to compare

Deprecated

  • Deprecated MFA_WEBAUTHN_rpDisplayName. The value of IDP_DISPLAY_NAME will be used instead.
  • Deprecated MFA_WEBAUTHN_appId. The value of PASSWORD_PROFILE_URL + "/app-id.json" will be used instead.

What's Changed

  • Release 7.2.1 -- deprecate MFA_WEBAUTHN_rpDisplayName and MFA_WEBAUTHN_appId by @briskt in #400

Full Changelog: 7.2.0...7.2.1

7.2.0 - combined TOTP and WEBAUTHN environment variables

26 Feb 00:57
699307a

Choose a tag to compare

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_apiSecret environment variables are being deprecated. Use MFA_API_KEY and MFA_API_SECRET.

What's Changed

  • Release 7.2.0 -- share one API key and secret for both TOTP and Webauthn by @briskt in #399

Full Changelog: 7.1.2...7.2.0