amplify-android icon indicating copy to clipboard operation
amplify-android copied to clipboard

Auto-signin in android after confirmation

Open AsitDixit opened this issue 3 years ago • 3 comments

Before opening, please confirm:

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

AsitDixit avatar Dec 05 '22 11:12 AsitDixit

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.

tylerjroach avatar Dec 07 '22 18:12 tylerjroach

In JS library they added this kind of feature. Any plans on implementing this for Android?

pm-nchain avatar Nov 17 '23 22:11 pm-nchain