Skip to content

v3.1.0 🚀

Choose a tag to compare

@github-actions github-actions released this 25 Jun 04:25
2c82e40

v3.1.0

Add push credential update

Adds push.updateCredential(pushToken) so an enrolled device can refresh its push (FCM/APNs) token after enrolment — for example from a background token-refresh handler, with no user session or track call required.

The device proves possession of its existing credential before the update is applied.

const response = await authsignal.push.updateCredential(pushToken);

Returns the updated credential details on success.

Updates the native SDK dependencies to authsignal-ios 2.11.0 and authsignal-android 4.1.0.