feat(app): wire dashboard administration flows
This commit is contained in:
@@ -125,6 +125,8 @@ await idpClient.getTransferTokenAndSwitchToLocation('https://app.example.com/');
|
||||
- billing requests
|
||||
- JWT validation key requests
|
||||
- admin requests
|
||||
- OIDC authorization preparation and completion
|
||||
- passport device enrollment, challenge approval, alert, and push-token requests
|
||||
|
||||
Use these when you want full control instead of the higher-level helper methods on `IdpClient`.
|
||||
|
||||
@@ -133,6 +135,7 @@ Use these when you want full control instead of the higher-level helper methods
|
||||
- The default fallback `appData` uses `window.location`, so this package is primarily browser-oriented.
|
||||
- The client expects the backend `typedrequest` websocket surface to be reachable.
|
||||
- Auth state is persisted in browser storage under the `idpglobalStore` store name.
|
||||
- Passport, alert, and OIDC helper flows are available through `idpClient.requests` even when there is no higher-level convenience method on `IdpClient` yet.
|
||||
|
||||
## License and Legal Information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user