WeSearch

Offline Access and Authentication

·20 min read · 0 reactions · 0 comments · 2 views
#authentication#offline#jwt#fusionauth#mobile
Offline Access and Authentication
⚡ TL;DR · AI summary

FusionAuth can support offline authentication by using signed JWTs and cached public keys. The device must initially log in online to receive an access token and a refresh token, then can verify the access token locally without network calls. A bounded grace period may be allowed for expired tokens until the device reconnects.

Key facts
Original article
FusionAuth Forum
Read full at FusionAuth Forum →
Opening excerpt (first ~120 words) tap to expand

Home Categories Recent Popular Pricing Contact us Docs Search Login const rect = document.getElementById('header-menu').getBoundingClientRect(); const offset = Math.max(0, rect.bottom); document.documentElement.style.setProperty('--panel-offset', offset + `px`); <div class="alert alert-danger"> <p> Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in <strong>read-only mode</strong>. </p> <p> Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).

Excerpt limited to ~120 words for fair-use compliance. The full article is at FusionAuth Forum.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from FusionAuth Forum