ott-web-app icon indicating copy to clipboard operation
ott-web-app copied to clipboard

Remember Me Functionality

Open dbudzins opened this issue 2 years ago • 0 comments

We do not offer remember me functionality for a user's login. In addition, we always default the flows to sign up flows instead of login.

  • Store a flag client side to indicate when / if a user has logged in on the current browser. If so, default to login flows because this is probably the same person coming back who already has an account
  • Add a checkbox on the login / sign up forms to remember the user.
    • If this is checked save the user's username client side and re-populate it when they return.
    • The checkbox should also remain checked if the user checked it at login.
    • If the user unchecks the checkbox on a subsequent login, remove the stored username from client side storage and the checkbox should remain unchecked.
    • If remember me is checked, then also default to sign in flows in place of sign up flows
  • Consider also adding a "Sign in" button next to the "Buy" / "Complete Subscription" / "Sign Up" button on the video details pages

dbudzins avatar May 31 '22 09:05 dbudzins