amplify-android
amplify-android copied to clipboard
Auto-signin in android after confirmation
Before opening, please confirm:
- [X] I have searched for duplicate or closed issues and discussions.
Language and Async Model
Java
Amplify Categories
Authentication
Gradle script dependencies
7.0.3
Environment information
dev
Please include any relevant guides or documentation you're referencing
No response
Describe the feature request
Just like js how to do auto signin after email confirmation.
Initialization steps (if applicable)
No response
Code Snippet
// Put your code below this line.
amplifyconfiguration.json
No response
GraphQL Schema
// Put your schema below this line
Additional information and screenshots
No response
Currently, there is no way to auto sign in a user on sign up confirmation. You must call the signIn api to sign a user in.
In JS library they added this kind of feature. Any plans on implementing this for Android?