aws-amplify / amplify-android

The fastest and easiest way to use AWS from your Android app.
https://docs.amplify.aws/lib/q/platform/android/
Apache License 2.0
247 stars 117 forks source link

Auto-signin in android after confirmation #2154

Open AsitDixit opened 1 year ago

AsitDixit commented 1 year ago

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

```graphql // Put your schema below this line ```

Additional information and screenshots

No response

tylerjroach commented 1 year ago

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.

pm-nchain commented 11 months ago

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