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

Client Login Page and Authentication #4

Open
kilbouri opened this issue Jul 16, 2024 · 0 comments
Open

Client Login Page and Authentication #4

kilbouri opened this issue Jul 16, 2024 · 0 comments
Labels
A-auth Area: Issue related to authentication and account access A-client Area: Issue Related to the (generic) client implementation C-tracking_issue Category: Tracking Issue E-easy Effort: Easy Issue

Comments

@kilbouri
Copy link

The client should have a login page that accepts the user's username, password, and secret key. The client should then use the authorization flow implemented in #3 to obtain access to the user's account. On authorization completion, basic user account information (or any errors) should be appended below the form.

Non-goals:

  1. Credential caching
  2. Logged in screen(s)
  3. Polished styling
  4. Light/dark modes (one is sufficient)
@kilbouri kilbouri added A-auth Area: Issue related to authentication and account access A-client Area: Issue Related to the (generic) client implementation C-tracking_issue Category: Tracking Issue E-easy Effort: Easy Issue labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-auth Area: Issue related to authentication and account access A-client Area: Issue Related to the (generic) client implementation C-tracking_issue Category: Tracking Issue E-easy Effort: Easy Issue
Projects
None yet
Development

No branches or pull requests

1 participant