Challenge: Restricting Write Requests
Understand how to restrict write requests to secure web API endpoints by allowing only registered users to add records. Learn to correctly pass bearer tokens from the MVC client and fix authentication settings in the ASP.NET Core API for proper token validation.
We'll cover the following...
We'll cover the following...
...