<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>webtoken &amp;mdash;   christova  </title>
    <link>https://christova.writeas.com/tag:webtoken</link>
    <description>&lt;b&gt;&lt;h3&gt;Tech Articles&lt;/h3&gt;&lt;/b&gt;&lt;br/&gt;&lt;b&gt;Collated from various sources. Full copyright remains with original authors.&lt;/b&gt;</description>
    <pubDate>Wed, 06 May 2026 02:11:51 +0000</pubDate>
    <item>
      <title>JSON Web Token</title>
      <link>https://christova.writeas.com/json-web-token-kxrv?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[text&#xA;&#xA;Think of JWT like a movie ticket for your app. It proves who you are and what you&#39;re allowed to do. &#xA;&#xA;Here&#39;s how it works:&#xA;&#xA;\- 1. Login: You log in to an app.&#xA;\- 2. JWT Creation: The server creates a token with your info (like user ID) and signs it with a secret.&#xA;\- 3. Token Use: The token is sent to your app, and every time you make a request, it’s sent back to prove it’s you.&#xA;\- 4. Server Verifies: The server checks the token&#39;s signature to confirm it hasn’t been tampered with.&#xA;&#xA;Why use it? &#xA;&#xA;JWT is self-contained, secure, and doesn’t require the server to store session data. Just make sure to avoid sensitive info in the token and always use HTTPS!&#xA;&#xA;#JSONWebToken #WebToken #JWT]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://media.licdn.com/dms/image/v2/D4E22AQEn3lw5xmPhYQ/feedshare-shrink_1280/B4EZP3ybhOHsAk-/0/1735029014334?e=1738195200&amp;v=beta&amp;t=F9dq1iJSSQHjPWpI8gke1s4V2PDgD1M2UvqcMFfMVCE" alt="text"/></p>

<p>Think of JWT like a movie ticket for your app. It proves who you are and what you&#39;re allowed to do.</p>

<p><strong>Here&#39;s how it works:</strong></p>

<p>- 1. Login: You log in to an app.
- 2. JWT Creation: The server creates a token with your info (like user ID) and signs it with a secret.
- 3. Token Use: The token is sent to your app, and every time you make a request, it’s sent back to prove it’s you.
- 4. Server Verifies: The server checks the token&#39;s signature to confirm it hasn’t been tampered with.</p>

<p><strong>Why use it?</strong></p>

<p>JWT is self-contained, secure, and doesn’t require the server to store session data. Just make sure to avoid sensitive info in the token and always use HTTPS!</p>

<p><a href="https://christova.writeas.com/tag:JSONWebToken" class="hashtag"><span>#</span><span class="p-category">JSONWebToken</span></a> <a href="https://christova.writeas.com/tag:WebToken" class="hashtag"><span>#</span><span class="p-category">WebToken</span></a> <a href="https://christova.writeas.com/tag:JWT" class="hashtag"><span>#</span><span class="p-category">JWT</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/json-web-token-kxrv</guid>
      <pubDate>Fri, 27 Dec 2024 03:12:23 +0000</pubDate>
    </item>
    <item>
      <title>JSON Web Token</title>
      <link>https://christova.writeas.com/json-web-token?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#JSON #WebToken]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://media.licdn.com/dms/image/v2/D4E22AQHi_R1uhIvZTA/feedshare-shrink_1280/feedshare-shrink_1280/0/1722948121665?e=1726099200&amp;v=beta&amp;t=lOCMpx90AZopRzB9hJFuEXGrHd99QA7WFHG7pArWf8k" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:JSON" class="hashtag"><span>#</span><span class="p-category">JSON</span></a> <a href="https://christova.writeas.com/tag:WebToken" class="hashtag"><span>#</span><span class="p-category">WebToken</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/json-web-token</guid>
      <pubDate>Fri, 09 Aug 2024 20:20:14 +0000</pubDate>
    </item>
  </channel>
</rss>