Singulars2021 / tender

Spreading the love
2 stars 0 forks source link

Login workflow #46

Open omiras opened 3 years ago

omiras commented 3 years ago

Implement the app authentication workflow

  1. After installing the app, the fist time it is run, user should be navigated to Sign In
  2. Modify the signin view to add a link to SignUp (don't you have an account yet?"
  3. After sign up the user is automatically signed in.
    1. Immediately the user is navigated to the animal slider view with no filters
  4. In the EditMyProfile view, implement the "LogOut" functionality
  5. In the Sign In view, implement the Forgot Password functionality

Optional Try to figure out how to use the Storage of Capacitator to store the user's credentials to automatically sign in the next time the user opens the app. Check if there is any relation between localStorage and Storage from Capacitator.

omiras commented 3 years ago

Workflow login persistent authentication with Firebase & Vuex. Exemple 1

Workflow login with Google with Firebase & Vuex. Exemple 2