- Full-Stack React Projects
- Shama Hoque
- 71字
- 2021-06-25 21:45:11
Signing in
To be able to access the protected route, we will sign in using the credentials of the user created in the first example. To sign in, a POST request is sent at /auth/signin with the email and password in the request body. On successful sign-in, the server returns a signed JWT and user details. We will need this token to access the protected route for fetching a single user:
