Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Integrate] As a user, I can sign out #35

Open
nkhanh44 opened this issue Jul 25, 2023 · 0 comments
Open

[Integrate] As a user, I can sign out #35

nkhanh44 opened this issue Jul 25, 2023 · 0 comments

Comments

@nkhanh44
Copy link
Collaborator

Why

  • As users can sign in, the app must have an option for users to sign out. Signing out should completely remove any account-related footprints of the user.

Acceptance Criteria

  • When a user confirms to log out, perform the Logout request.
    • If the request is successful
      • Navigate the user to Sign In
      • Remove any account-related stored data, such as credentials or user profile info.
    • Otherwise, display the error message on a native modal dialog with an OK button.
  • When a user selects Cancel, do nothing.
  • Unit tests for this feature all passed.

Design

68747470733a2f2f692e696d6775722e636f6d2f593531713077582e706e67 (1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant