Mar 2 · 1 min read · JSON Web Token (JWT)–based authentication typically uses two complementary tokens: a short-lived access token (commonly 10–15 minutes) that authenticates API requests, and a longer-lived refresh token
Join discussionFeb 11 · 4 min read · When we deal with backend authentication, the first thing that comes to our mind is JWT authentication. So in this article, we will deep dive into JWT-based authentication. We will understand: What is JWT? What is the structure of JWT? How we auth...
Join discussion
Nov 4, 2025 · 5 min read · In this guide, we’ll build a multi-tenant .NET 8 Web API where each tenant (for example, AWX and NSW) has its own SQL Server database, and authentication is handled securely via JWT tokens that include the tenantId claim. 🧠 Why Multi-Tenancy? Imagi...
Join discussion
Sep 11, 2025 · 11 min read · INTRODUCTION Ever wondered how websites remember you after you log in? That’s where JSON Web Tokens (JWTs) come in. Authentication (confirming who you are) and authorization (deciding what you can access) are the backbone of web security. In the past...
D0xdonnie commented
Sep 7, 2025 · 4 min read · Introduction Imagine you walk into your favorite pizza shop. Instead of the shopkeeper remembering you every time, they give you a pizza card with your details and a stamp. Next time, you just show the card — no need for the shopkeeper to check recor...
Join discussion