<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to get JWT token in Angular app]]></title><description><![CDATA[<p dir="auto">Hi, in my Angular application I need to get auth user JWT token to use it in authorization header when sending request to Hasura graphQL server. I don't have that option to access JWT token in <a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/244">@fusionauth</a>/angular-sdk. I see that token is stored in "<a href="http://app.at" rel="nofollow ugc">app.at</a>" cookie but it is httponly cookie so I don't have access to it with javascript.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2804/how-to-get-jwt-token-in-angular-app</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 13:45:38 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2804.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Nov 2024 14:33:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to get JWT token in Angular app on Wed, 29 Apr 2026 04:47:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/3322">@aponski</a> said in <a href="/community/forum/post/7627">How to get JWT token in Angular app</a>:</p>
<blockquote>
<p dir="auto">Hi, in my Angular application I need to get auth user JWT token to use it in authorization header when sending request to Hasura graphQL server. I don't have that option to access JWT token in <a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/244">@fusionauth</a>/angular-sdk. I see that token is stored in "<a href="http://app.at" rel="nofollow ugc">app.at</a>" cookie but it is httponly cookie so I don't have access to it with javascript.</p>
</blockquote>
<p dir="auto">What you’re running into isn’t a limitation of Angular—it’s an intentional security design of FusionAuth Angular SDK and modern auth flows. You’re not supposed to read the JWT from an HttpOnly cookie in the browser. That’s exactly what HttpOnly is meant to prevent.</p>
]]></description><link>https://fusionauth.io/community/forum/post/8586</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8586</guid><dc:creator><![CDATA[michaelgaffney278]]></dc:creator><pubDate>Wed, 29 Apr 2026 04:47:51 GMT</pubDate></item></channel></rss>