8.1 Authentication
Authentication is the mechanism of identifying/verifies a user during an incoming request.
Authentication gives us some advanced behavior
like:
* Restriction on create, update or delete
* Unauthenticated requests should have read-only access.
* Adding throttling policies
[Read More]