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

User Authentication UI (FE) #4

Open
4 tasks
hariscs opened this issue Sep 22, 2024 · 0 comments
Open
4 tasks

User Authentication UI (FE) #4

hariscs opened this issue Sep 22, 2024 · 0 comments
Labels

Comments

@hariscs
Copy link
Member

hariscs commented Sep 22, 2024

Description: Create the front-end components for user registration, login, and password reset. Connect these components to the backend API.

Steps to Achieve:

  1. Set up React components for Sign Up, Sign In, and Password Reset forms.
  2. Use fetch or axios to communicate with the backend API for authentication.
  3. Handle form validation and error messages (e.g., incorrect credentials).
  4. Upon successful login or sign-up, store the JWT or session token.
  5. Redirect the user to the dashboard after successful login.

Acceptance Criteria:

  • Users can successfully sign up and sign in via the frontend.
  • Users receive relevant error messages (e.g., incorrect password).
  • Token is stored securely (localStorage or context API).
  • User is redirected to the appropriate page after login.
@hariscs hariscs changed the title User Authentication UI User Authentication UI (FE) Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant