@arcblock/did-connect-core 4.0.0-beta.8 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface ConnectConfig {
|
|
|
11
11
|
/**
|
|
12
12
|
* DID Connect API prefix (default: '/api/did')
|
|
13
13
|
* did-connect-react: (window.blocklet.prefix || '') + '/api/did'
|
|
14
|
-
* connect-
|
|
14
|
+
* connect-service: '/.well-known/service/api/did'
|
|
15
15
|
*/
|
|
16
16
|
apiPrefix?: string;
|
|
17
17
|
/**
|
package/dist/ui/login-page.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* LoginPage — unified login UI, framework-agnostic (Vanilla JS).
|
|
3
3
|
*
|
|
4
4
|
* Supports passkey, DID Wallet, OAuth, and email auth methods.
|
|
5
|
-
* Used by connect-
|
|
5
|
+
* Used by connect-service (SSR inline) and connect-react (useRef mount).
|
|
6
6
|
*
|
|
7
7
|
* @browser-only — manipulates DOM.
|
|
8
8
|
*/
|
package/dist/ui/login-page.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* LoginPage — unified login UI, framework-agnostic (Vanilla JS).
|
|
3
3
|
*
|
|
4
4
|
* Supports passkey, DID Wallet, OAuth, and email auth methods.
|
|
5
|
-
* Used by connect-
|
|
5
|
+
* Used by connect-service (SSR inline) and connect-react (useRef mount).
|
|
6
6
|
*
|
|
7
7
|
* @browser-only — manipulates DOM.
|
|
8
8
|
*/
|
package/package.json
CHANGED