Offline Access and Authentication
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.
- ▪FusionAuth signs JWTs with a private key and publishes the matching public key via the JWKS endpoint, which can be cached on the device for offline verification.
- ▪The first login requires an online connection to obtain a short‑lived access token and a long‑lived refresh token.
- ▪During offline operation the app validates the cached access token locally by checking its signature, expiration, issuer, audience, and any custom claims.
- ▪If the access token expires while offline, the app may permit a limited grace period before requiring the device to reconnect and use the refresh token to obtain a new token.
Hacker News (Newest) files mainly under programming. We currently carry 5,306 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | FusionAuth Forum |
| Canonical URL | https://fusionauth.io/community/forum/topic/3129/offline-access-authentication |
| Publication time | Fri, 26 Jun 2026 01:59:31 +0000 |
| Retrieval time | 2026-06-26T02:19:29.731Z |
| Last seen | 2026-06-26T02:19:29.731Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | vi4P-YWHNmf1 |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
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.