Learn how to use HttpOnly Cookie in .NET Core apps to secure JWT or JSON Web Tokens during authentication and refresh token actions.
Table of contents
The Standard Flow for the Authentication Logic Using JWTWhat is an HttpOnly Cookie?Implement HttpOnly Cookie in .NET Core ApplicationUsing TestController To Authorize the Request With the HttpOnly Cookie AttachedModify the Authentication Action to Use the HttpOnly Cookie in .NET Core Apps.Implement HttpOnly Cookie in .NET for the Refresh Token LogicConclusionSort: