<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Easily Decode JSON Web Token (JWT) in Your SPA	</title>
	<atom:link href="https://onthecode.co.uk/blog/decode-json-web-tokens-jwt-angular/feed" rel="self" type="application/rss+xml" />
	<link>https://onthecode.co.uk/blog/decode-json-web-tokens-jwt-angular</link>
	<description>onthecode blog</description>
	<lastBuildDate>Mon, 31 Jan 2022 14:15:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>
	<item>
		<title>
		By: Edwin Moreno		</title>
		<link>https://onthecode.co.uk/blog/decode-json-web-tokens-jwt-angular#comment-6663</link>

		<dc:creator><![CDATA[Edwin Moreno]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 04:09:51 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1386#comment-6663</guid>

					<description><![CDATA[Hi!

is there a way to verify the token signature by using a public key?

use case: verify token signature with public key from angular to give access or deny using guard

Thank you!]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>is there a way to verify the token signature by using a public key?</p>
<p>use case: verify token signature with public key from angular to give access or deny using guard</p>
<p>Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Umut Esen		</title>
		<link>https://onthecode.co.uk/blog/decode-json-web-tokens-jwt-angular#comment-1541</link>

		<dc:creator><![CDATA[Umut Esen]]></dc:creator>
		<pubDate>Sun, 15 Mar 2020 14:49:06 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1386#comment-1541</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://onthecode.co.uk/blog/decode-json-web-tokens-jwt-angular#comment-402&quot;&gt;Karthik&lt;/a&gt;.

Thanks for the suggestion, I prefer to use a library that is tried and tested instead of creating code and maintaining it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://onthecode.co.uk/blog/decode-json-web-tokens-jwt-angular#comment-402">Karthik</a>.</p>
<p>Thanks for the suggestion, I prefer to use a library that is tried and tested instead of creating code and maintaining it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karthik		</title>
		<link>https://onthecode.co.uk/blog/decode-json-web-tokens-jwt-angular#comment-402</link>

		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Thu, 07 Nov 2019 05:25:28 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1386#comment-402</guid>

					<description><![CDATA[what is wrong in using JSON.parse(atob(token.split(&#039;.&#039;)[1])) ?]]></description>
			<content:encoded><![CDATA[<p>what is wrong in using JSON.parse(atob(token.split(&#8216;.&#8217;)[1])) ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
