<?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[If I have a PWA, how often to users need to login]]></title><description><![CDATA[<p dir="auto">I have a progressive web app that I am authenticating against FusionAuth. I'll be getting a refresh token. How often do users need to reauthenticate with their credentials (username/password, etc)?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1364/if-i-have-a-pwa-how-often-to-users-need-to-login</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 11:55:25 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/1364.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Nov 2021 01:32:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to If I have a PWA, how often to users need to login on Thu, 18 Nov 2021 01:34:05 GMT]]></title><description><![CDATA[<p dir="auto">The short answer is however often you want, but at least once per device.</p>
<p dir="auto">You basically can set up your refresh token policy to have your refresh tokens live for a very long time (as long as you are comfortable with the security risk; make sure to secure the refresh token carefully). That is controlled in in the application configuration: <a href="https://fusionauth.io/docs/v1/tech/core-concepts/applications/#jwt" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/core-concepts/applications/#jwt</a></p>
<p dir="auto">Then, every time an access token expires, you can mint a new one with the refresh token. Here are the APIs you'd be interested in calling:</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/apis/jwt/" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/jwt/</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/3957</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3957</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 18 Nov 2021 01:34:05 GMT</pubDate></item></channel></rss>