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

Login #26

Open
9 tasks done
amthoms2 opened this issue Mar 2, 2021 · 0 comments
Open
9 tasks done

Login #26

amthoms2 opened this issue Mar 2, 2021 · 0 comments
Assignees
Labels

Comments

@amthoms2
Copy link
Contributor

amthoms2 commented Mar 2, 2021

  • Write a component to display a form for logging in user
  • Handle the PUT request to server/auth/ on our server by responding with the user data if the correct credentials are presented
  • Make a PUT request to server/auth when the "login" button is clicked
  • Display the "home" page if the login request succeeds
  • Make sure name is on page
  • Write an action type to represent getting a logged-in user from the server
  • Write an action creator, which should create an action that includes your action type and the user you would receive
  • Reducer
  • Refer to Loggin In Workshop
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

2 participants