Monitoring and Security
Overarching Project
Again, we’ll continue with the overarching project. Here, we will add authentication and authorization functionality to the application, where some of the API endpoints will be restricted to only authenticated users. First, you’ll work on the server-side application.
Loading Exercise...
Then, once ready with the server-side application, you’ll add the functionality for registering and logging in to the client-side application, and restrict some of the shown content only to authenticated users.
Loading Exercise...