polina-c / flutter-auth-ui

flutter-auth-ui is an authentication library for flutter web applications. It uses Firebase auth as security as a service (SECaaS) provider. It implements UI to register user, validate email, sign in, sign out, restore password, access firestore..

Home Page:https://flatter-auth-ui-demo1.codemagic.app/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No automatic signin?

emailsubjekt opened this issue · comments

Hi, I'm just writing to thank you for writing this project. I was just wondering will you be implementing automatic sign-in too?

@emailsubjekt , thank you for creating the bug!

Automatic sign in is already implemented and is named 'silent sign in'.
Could you please recommend a change in documentation to make the feature easier discoverable for people like you?

You can check how the feature works at https://flatter-auth-ui-demo1.codemagic.app/#/

Here is the steps:

  1. Open the link
  2. Sign in
  3. Close browser
  4. Open the link again
    It is expected that you will be signed in automatically.

If it does not work for you, please, create bug with the details like what browser you use.