<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Stateless APIs on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/stateless-apis/</link><description>Recent content in Stateless APIs on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 21 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/stateless-apis/index.xml" rel="self" type="application/rss+xml"/><item><title>How JWT Authentication Works: Deep Dive into Internals</title><link>https://ai-blog.noorshomelab.dev/how-it-works/how-jwt-authentication-works/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/how-it-works/how-jwt-authentication-works/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. It has become a cornerstone of modern web authentication and authorization, particularly in the realm of stateless APIs, microservices, and mobile applications. JWTs enable secure and efficient communication by allowing servers to verify the authenticity and integrity of client requests without needing to store any session-specific information on their end.&lt;/p&gt;</description></item></channel></rss>