How authentication works in web api?
Score: 4.2/5 (58 votes) The Authentication server sends an Access token to the client as a response. This token contains enough data to identify a particular user and it has an expiry time. The client application then uses the token to access the restricted resources in the next requests until the t...