Roadmap
open(page) — Open Authgear Settings Page
Status: pending server-side enablement
A planned getOpenURL(page, config) function modelled after authgear.open(Page.Settings) in the Authgear Web SDK.
It will open the Authgear-hosted settings UI (change password, manage MFA, etc.) with the current user already authenticated — no re-login required.
Planned API
Blocker
This feature exchanges the refresh token for an app_session_token via POST /oauth2/app_session_token. The Authgear server must grant the OAuth client “full user access” permission before this endpoint is accessible. The implementation is already written in src/server.ts (commented out) and will be uncommented once that server-side configuration is available.
Last updated on