Adding Authentication to our frontend
To make our frontend compliant with authentication, we must carry out the following steps:
- Build a login API call
- Add tokens to our API calls
- Build a login form component
- Connect the login form to the app
Seeing as all our steps rely on the user being able to login successfully, we can start with building our login API call.