Kotlin Sample app using Descope for authentication. this app includes
- App client
- OTP Email Sign up/Log in
- Flows
This sample app allows you to get familiar with the Descope Kotlin SDK.
- Clone this repo
- Open the project within Android Studio, or your IDE of choice
- Within the project settings of the project, change the
<your_project_id>
(MyApplication.kt) to your own- Optionally, if you are using a custom CNAME, you can also add your baseURL
- If you'd like to run Descope Flows, you'll need to add
<your_flow_url>
(WelcomeScreen.kt),<your_deep_link_url>
(WelcomeScreen.kt), and<your_flow_url_host>
(AndroidManifest.xml).- You'll also need to uncomment the
FlowDoneActivity
in yourAndroidManifest.xml
- You'll also need to uncomment the
- Run the simulator within Android Studio - The play button located in the top