Tag: .Net Core
-
JSON Web Encryption (JWE) in .NET Core
A signed JSON Web Token (JWT) is one of the most useful and common constructs you’ll see floating around modern security systems. These …
-
CORS in .NET Core: .NET Core Security Part VI
In these series of posts, we will see how to secure your .NET Core applications. In this post, we will look at CORS and how to enable CORS …
-
Secure .NET Core Applications From the Open Redirect Attacks: .NET Core Security Part IV
You can find my all .NET Core posts here. In these series of posts, we will look at how to secure your .NET Core …
-
Secure .NET Core Applications From ClickJacking: .NET Core Security Part III
In these series of posts, we will go over how to secure your .NET Core applications. In this post, we will look at how to secure your .NET …
-
Secure .NET Core Applications From CSRF Attacks: .NET Core Security Part II
This is the second post on .NET Core security. The first part can be found …
-
Enforce SSL and Use HSTS in .NET Core 2.0: .NET Core Security Part I
Note – You can find the source code of my sample application here (sample does not include HSTS changes). In these series of posts, we …
●●●