#2articles1week
Read more stories on Hashnode
Articles with this tag
One important aspect of JWT usage is the handling of refresh tokens, which are used to obtain new access tokens after the original one expires. In...
In this article, we will discuss the use of refresh tokens in ASP.NET Core to provide a way for users to remain authenticated even after their initial...
Cross-Origin Resource Sharing (CORS) is a security feature implemented by web browsers that blocks web pages from making requests to a different...
We talked before about : What is JWT?What is JWT Bearer in ASP.Net Core?How to Generate a JWT in ASP.NET Core API with Identity and EF Core? In this...
In C#, the IComparable and IComparer interfaces are used to sort and compare objects. These interfaces are defined in the System namespace and provide...
Encrypting text is a common practice in order to protect the confidentiality of information. There are various techniques that can be used to encrypt...