generated from eblume/project-template
-
Release v1.2.1 Stable
released this
2026-06-05 07:38:13 -07:00 | 7 commits to main since this releaseRelease v1.2.1
What's Changed
Features
- heph-pwa: added a Login with Authentik button — a proper browser OIDC sign-in (Authorization Code + PKCE) that replaces the manual bearer-token paste. The hub exposes an unauthenticated
GET /config({issuer, client_id}) so the app is zero-config when served from the hub; the PWA discovers the IdP endpoints, runs the PKCE redirect, exchanges the code for a token, and silently refreshes it (offline_access). The manual token field remains as a fallback. Requires the PWA origin registered as a redirect URI on the Authentikhephprovider.
Assets
docs-v1.2.1.tar.gzcontains the static docs site.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.2.1.tar.gz
0 downloads ·
2026-06-05 07:38:20 -07:00 · 620 KiB
- heph-pwa: added a Login with Authentik button — a proper browser OIDC sign-in (Authorization Code + PKCE) that replaces the manual bearer-token paste. The hub exposes an unauthenticated