Sign In With Frequency (SIWF) SDK Integration Guide
The SIWF SDK provides a seamless authentication experience for your applications. These guides will walk you through integrating the SIWF SDK into your iOS or Android app.
Platform-Specific SDK Guides
General Overview
1. Installation
Add the platform-specific package to your project.
2. Displaying the SIWF Button
SIWF Button creation will require the Signed Request Payload in either base64url
encoded or structured form.
You may also specify other options such as the button style (light/dark) and the network (Mainnet/Testnet) to use.
3. Handling Authorization Callbacks
You will need to create a redirect handler to receive information from the Authorization (i.e. the redirect URL provided to the Signed Request Payload). This redirect handler will receive information once the authorization is complete, which may then be sent and processed by your system’s backend to initiate the session.
See platform-specific details in the Android or iOS sections for instructions for creating the callback handler
4. Process Authorization Code
On your backend service, process the authorization code and start your session. The Frequency Gateway Account Service supports directing sending the result from the authorization process for processing.
Resources: