Skip to content

v1.20.0馃殌

Choose a tag to compare

@stevenclouston stevenclouston released this 16 Aug 22:39
· 2 commits to main since this release
fb0d72c

1.20.0

Added

  • deliveryResults on PushChallengeResponse - the per-device outcome of push.challenge(). Each entry contains the userAuthenticatorId and, when the send failed, an errorCode passed through as-is from the push provider (e.g. Unregistered from APNs, UNREGISTERED from FCM). Returned when the tenant sends push notifications via APNs or FCM directly, so your UI can react immediately when a device can't be reached - for example by offering another verification method.
  • erroredAt and errorCode on Authenticator - set when a push notification fails to send to the authenticator.
  • New exported type: PushDeliveryResult.