security
JWT Authentication in ASP.NET Core Articles, Tutorials & News
JWT Authentication in ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
73 articles Updated Page 2 of 3
Browse additional JWT Authentication in ASP.NET Core articles from the DotNetNews archive.
JWT Authentication in ASP.NET Core articles
Page 2 of 3
Newest first
-
Create and Read JWT Tokens in C# .NET
codeexact.medium.com Issue #364
Learn how to generate JWT tokens and extract data from them without validation. This guide covers the essentials of JWT token creation and…
-
-
-
Authentication in .NET — Part 12: Session & Cookie Security Hardening (Final Part)
dilankam.medium.com Issue #355
In the previous parts of this series, we explored authentication flows, identity providers, JWTs, multi-tenancy, MFA, and API security…
-
JWT Is NOT Authentication
rahulsahay19.medium.com Issue #353
And If You Think It Is, Your System Is Lying to You
-
Token Authentication In ASP.NET Core 9 With JWT | Clean Architecture (.NET 9 & .NET 10)
medium.com Issue #350
🔥 Part 1 — Foundations: Architecture, JWT Theory, and Clean Project Setup
-
Authentication in .NET — Part 10: Securing Web APIs Using Policy-Based Scopes
dilankam.medium.com Issue #348
In earlier parts of this series, we explored authentication foundations, JWTs, hybrid flows, and authorization models. In Part 10, we…
-
Using Azure Key Vault to Protect Secrets in .NET Apps
malshikay.medium.com Issue #343
Storing secrets like database passwords, JWT keys, API tokens, or connection strings inside your application is risky. If someone gets…
-
Using Custom JWT Claims for Authorization in ASP.NET
medium.com Issue #332
“JWT claims are like a passport: they tell the system not just who you are, but what you’re allowed to do.”
-
Token Authentication in ASP.NET Core 9 With JWT | Clean Architecture [NET 9]
medium.com Issue #330
Part 1 — The Foundation, Identity Modeling, and JWT Theory (Deep & Practical)
-
Security layers in .NET9: Harmonizing JWT, OAuth2, and the API Gateway
javascript.plainenglish.io Issue #326
Security becomes manageable when each component has a well-defined job Continue reading on JavaScript in Plain English »
-
ASP.NET Core REST API Best Practices: The 2025 Developer’s Guide
isitvritra101.medium.com Issue #324
Learn ASP.NET Core REST API best practices for 2025. Master HTTP methods, status codes, JWT auth, versioning & pagination.
-
Using Custom JWT Claims for Authorization in .NET
medium.com Issue #312
If you want the full source code, join our community: Here
-
JWT Authentication Ninja: Complete ASP.NET Core Security Guide with Refresh Tokens & Claims (Part-12 of 40)
c-sharpcorner.com Issue #310
Master ASP.NET Core security with this comprehensive JWT authentication guide! Learn to implement robust security measures, including refresh tokens, role-based authorization, password policies, rate ...
-
7 No-Drama Steps to JWT Auth in .NET 9 (Clean Architecture, Copy-Paste Friendly)
medium.com Issue #309
If you want the full source code, join our community: Here
-
JWT Authentication with ASP.NET Core Identity and Entity Framework (EF)
c-sharpcorner.com Issue #309
Secure your ASP.NET Core Web APIs with JWT authentication! This tutorial guides you through integrating ASP.NET Core Identity, Entity Framework Core, and JSON Web Tokens for robust user authentication...
-
Application Security in ASP.NET Core Web API – Best Practices & Implementation
c-sharpcorner.com Issue #277
Secure your ASP.NET Core Web API with HTTPS, JWT authentication, role-based access, input validation, rate limiting, CORS, secure secrets, security headers, logging, and regular penetration testing fo...
-
JWT Security Patterns Every Senior ASP.NET Core Developer Should Know
medium.com Issue #276
Why default JWT authentication breaks under scale — and how to secure ASP.NET Core with battle-tested patterns
-
Securing ASP.NET Core Web APIs with JWT Authentication
c-sharpcorner.com Issue #274
Secure your ASP.NET Core Web APIs with JWT authentication! This guide covers implementation, role-based authorization, and OWASP API Top 10 threat mitigation.
-
How do I secure a .NET Web API (JWT, OAuth, Identity)?
c-sharpcorner.com Issue #261
Learn how to secure your .NET Web API using JWT, OAuth2, and ASP.NET Core Identity. Implement token-based authentication, role-based access control, and protect your endpoints with best practices.
-
🔐 How to Secure .NET Web API Endpoints with JWT and [Authorize]
c-sharpcorner.com Issue #258
As modern applications increasingly rely on stateless, scalable backends, securing your API is essential. JSON Web Tokens (JWT) are one of the most common methods for securing RESTful APIs in .NET. In...
-
5 .NET Tips That Will Instantly Upgrade Your Code From Meh to Masterpiece
blog.stackademic.com Issue #257
These aren’t best practices. They’re the cheat codes. Continue reading on Stackademic »
-
Advanced Swagger Use Cases in ASP.NET Core (.NET 6/7/8)
c-sharpcorner.com Issue #256
Take your API documentation to the next level with advanced Swagger use cases in ASP.NET Core. In this article, I cover grouping endpoints, API versioning, JWT authentication, hiding routes, UI custom...
-
They Laughed at My “No JWT” Rule — Until Our Breach Post‑Mortem Went Viral (for the Right Reasons)
medium.com Issue #255
Everyone told us we needed OAuth2 and signed tokens. Continue reading on .Net Programming »
-
Best Practices for Implementing JWT Auth in .NET Core and React
faciletechnolab.com Issue #255
Master secure JWT authentication for .NET Core APIs and React frontends. Learn battle-tested implementation strategies, avoid critical security flaws, and implement best practices for enterprise-grade...