Non breaking change.
When will this change happen?
This feature is available now.
New endpoint
Authenticate with Synchronous Auth
New SDK methods
Android: getSynchronousAuthToken
iOS: synchronousAuthTokenForUser
What is this change about?
The new synchronous factor allows users to perform a One Time Password (OTP) based authentication, on a device where the Futurae SDK app is installed and the user account is activated.
With this feature, apps that integrate the Futurae Mobile SDK, may request a token
that is validated by the Futurae Backend in order to perform a synchronous authentication request.
The token
generated by the SDK must be provided by the mobile app to a backend application that implements the Futurae Auth API. This backend application may then provide the received token
to the Authenticate with Synchronous Auth endpoint, in order to complete the authentication in a synchronous manner. The token
is verified by the Futurae backend, and if valid the authentication is approved.
How can I use this feature?
This feature is available to customers integrating the following Mobile SDK versions:
The implementation instructions for this new factor are described in the Mobile SDK guides for iOS and Android.
Does this change have any impact on my Futurae API integration?
This change does not require any action and does not impact existing Futurae API integrations.
Comments
0 comments
Article is closed for comments.