@arcblock/did-connect-react 3.1.40 → 3.1.42

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.
Files changed (81) hide show
  1. package/.aigne/doc-smith/config.yaml +83 -0
  2. package/.aigne/doc-smith/output/structure-plan.json +197 -0
  3. package/.aigne/doc-smith/upload-cache.yaml +168 -0
  4. package/docs/_sidebar.md +18 -0
  5. package/docs/advanced-authentication-methods.ja.md +261 -0
  6. package/docs/advanced-authentication-methods.md +261 -0
  7. package/docs/advanced-authentication-methods.zh-TW.md +261 -0
  8. package/docs/advanced-authentication-methods.zh.md +261 -0
  9. package/docs/advanced-utilities.ja.md +132 -0
  10. package/docs/advanced-utilities.md +132 -0
  11. package/docs/advanced-utilities.zh-TW.md +132 -0
  12. package/docs/advanced-utilities.zh.md +132 -0
  13. package/docs/advanced.ja.md +95 -0
  14. package/docs/advanced.md +95 -0
  15. package/docs/advanced.zh-TW.md +95 -0
  16. package/docs/advanced.zh.md +95 -0
  17. package/docs/api-reference.ja.md +178 -0
  18. package/docs/api-reference.md +178 -0
  19. package/docs/api-reference.zh-TW.md +178 -0
  20. package/docs/api-reference.zh.md +178 -0
  21. package/docs/core-components-did-connect.ja.md +214 -0
  22. package/docs/core-components-did-connect.md +213 -0
  23. package/docs/core-components-did-connect.zh-TW.md +214 -0
  24. package/docs/core-components-did-connect.zh.md +213 -0
  25. package/docs/core-components-session-provider.ja.md +239 -0
  26. package/docs/core-components-session-provider.md +239 -0
  27. package/docs/core-components-session-provider.zh-TW.md +239 -0
  28. package/docs/core-components-session-provider.zh.md +239 -0
  29. package/docs/core-components.ja.md +16 -0
  30. package/docs/core-components.md +16 -0
  31. package/docs/core-components.zh-TW.md +16 -0
  32. package/docs/core-components.zh.md +16 -0
  33. package/docs/getting-started.ja.md +138 -0
  34. package/docs/getting-started.md +138 -0
  35. package/docs/getting-started.zh-TW.md +138 -0
  36. package/docs/getting-started.zh.md +138 -0
  37. package/docs/hooks-use-connect.ja.md +214 -0
  38. package/docs/hooks-use-connect.md +214 -0
  39. package/docs/hooks-use-connect.zh-TW.md +214 -0
  40. package/docs/hooks-use-connect.zh.md +214 -0
  41. package/docs/hooks-use-did.ja.md +107 -0
  42. package/docs/hooks-use-did.md +107 -0
  43. package/docs/hooks-use-did.zh-TW.md +107 -0
  44. package/docs/hooks-use-did.zh.md +107 -0
  45. package/docs/hooks-use-oauth-passkey.ja.md +188 -0
  46. package/docs/hooks-use-oauth-passkey.md +188 -0
  47. package/docs/hooks-use-oauth-passkey.zh-TW.md +188 -0
  48. package/docs/hooks-use-oauth-passkey.zh.md +188 -0
  49. package/docs/hooks.ja.md +23 -0
  50. package/docs/hooks.md +23 -0
  51. package/docs/hooks.zh-TW.md +23 -0
  52. package/docs/hooks.zh.md +23 -0
  53. package/docs/overview.ja.md +159 -0
  54. package/docs/overview.md +159 -0
  55. package/docs/overview.zh-TW.md +159 -0
  56. package/docs/overview.zh.md +160 -0
  57. package/docs/ui-components-address.ja.md +121 -0
  58. package/docs/ui-components-address.md +121 -0
  59. package/docs/ui-components-address.zh-TW.md +121 -0
  60. package/docs/ui-components-address.zh.md +121 -0
  61. package/docs/ui-components-avatar.ja.md +65 -0
  62. package/docs/ui-components-avatar.md +65 -0
  63. package/docs/ui-components-avatar.zh-TW.md +65 -0
  64. package/docs/ui-components-avatar.zh.md +65 -0
  65. package/docs/ui-components-button.ja.md +99 -0
  66. package/docs/ui-components-button.md +99 -0
  67. package/docs/ui-components-button.zh-TW.md +99 -0
  68. package/docs/ui-components-button.zh.md +99 -0
  69. package/docs/ui-components-logo.ja.md +52 -0
  70. package/docs/ui-components-logo.md +52 -0
  71. package/docs/ui-components-logo.zh-TW.md +52 -0
  72. package/docs/ui-components-logo.zh.md +52 -0
  73. package/docs/ui-components.ja.md +57 -0
  74. package/docs/ui-components.md +57 -0
  75. package/docs/ui-components.zh-TW.md +57 -0
  76. package/docs/ui-components.zh.md +57 -0
  77. package/glossary.md +1 -0
  78. package/lib/package.json.js +1 -1
  79. package/package.json +5 -5
  80. package/src/Session/hooks/use-federated.js +3 -0
  81. package/src/Session/libs/federated.js +3 -0
@@ -0,0 +1,83 @@
1
+ # Project information for documentation publishing
2
+ projectName: DID Connect React
3
+ projectDesc: A React library for DID Connect, providing DIDConnect component & relates session management.
4
+ projectLogo: https://www.didconnect.io/.well-known/service/blocklet/logo
5
+
6
+ # =============================================================================
7
+ # Documentation Configuration
8
+ # =============================================================================
9
+
10
+ # Purpose: What's the main outcome you want readers to achieve?
11
+ # Available options (uncomment and modify as needed):
12
+ # getStarted - Get started quickly: Help new users go from zero to working in <30 minutes
13
+ # completeTasks - Complete specific tasks: Guide users through common workflows and use cases
14
+ # findAnswers - Find answers fast: Provide searchable reference for all features and APIs
15
+ # understandSystem - Understand the system: Explain how it works, why design decisions were made
16
+ # solveProblems - Solve problems: Help users troubleshoot and fix issues
17
+ # mixedPurpose - Mix of above: Comprehensive documentation covering multiple needs
18
+ documentPurpose:
19
+ - getStarted
20
+ - completeTasks
21
+
22
+ # Target Audience: Who will be reading this most often?
23
+ # Available options (uncomment and modify as needed):
24
+ # endUsers - End users (non-technical): People who use the product but don't code
25
+ # developers - Developers integrating: Engineers adding this to their projects
26
+ # devops - DevOps/Infrastructure: Teams deploying, monitoring, maintaining systems
27
+ # decisionMakers - Technical decision makers: Architects, leads evaluating or planning implementation
28
+ # supportTeams - Support teams: People helping others use the product
29
+ # mixedTechnical - Mixed technical audience: Developers, DevOps, and technical users
30
+ targetAudienceTypes:
31
+ - developers
32
+
33
+ # Reader Knowledge Level: What do readers typically know when they arrive?
34
+ # Available options (uncomment and modify as needed):
35
+ # completeBeginners - Complete beginners: New to this domain/technology entirely
36
+ # domainFamiliar - Domain-familiar, tool-new: Know the problem space, new to this specific solution
37
+ # experiencedUsers - Experienced users: Regular users needing reference/advanced topics
38
+ # emergencyTroubleshooting - Emergency/troubleshooting: Something's broken, need to fix it quickly
39
+ # exploringEvaluating - Exploring/evaluating: Trying to understand if this fits their needs
40
+ readerKnowledgeLevel: completeBeginners
41
+
42
+ # Documentation Depth: How comprehensive should the documentation be?
43
+ # Available options (uncomment and modify as needed):
44
+ # essentialOnly - Essential only: Cover the 80% use cases, keep it concise
45
+ # balancedCoverage - Balanced coverage: Good depth with practical examples [RECOMMENDED]
46
+ # comprehensive - Comprehensive: Cover all features, edge cases, and advanced scenarios
47
+ # aiDecide - Let AI decide: Analyze code complexity and suggest appropriate depth
48
+ documentationDepth: balancedCoverage
49
+
50
+ # Custom Rules: Define specific documentation generation rules and requirements
51
+ rules: |
52
+ The doc topic is DID Connect React Component, which provides a set of UI components and hooks for integrating decentralized identity (DID) functionality into React applications.
53
+ - The libs package name is `@arcblock/did-connect-react`
54
+ - Focus on `./src/Address`, `./src/Avatar`, `./src/Button`, `./src/Connect`, `./src/Logo`, `./src/Session`, `./src/User`, `./src/utils.js`, ignore other folders or files.
55
+ - `./src/Connect`, `./src/Session` is the most important component of this lib, make sure they are well documented.
56
+ - Do not generate docs for test files
57
+ - *.stories.* and files in the demo folder is storybook file, don't generate docs for them, but it provides good example of how to use components, it will be useful to generate this document.
58
+ - Please focus on how to use component, give some example of how to use, ignore some awkward principles.
59
+ - Prefer to import from sub-path, ranther than top-level import, like `import { useConnect } from '@arcblock/did-connect-react/lib/Connect/use-connect';`.
60
+ - Do not translate component name, keep it as itself, like Button, avatar, etc.
61
+ - The component name is not wrapped with "< />", such as "<SessionProvider />", "<DidConnect />", should be changed to "SessionProvider" and "DidConnect"
62
+
63
+ # Target Audience: Describe your specific target audience and their characteristics
64
+ targetAudience: |
65
+
66
+ # Glossary: Define project-specific terms and definitions
67
+ glossary: '@glossary.md' # Path to markdown file containing glossary definitions
68
+
69
+ locale: en
70
+ translateLanguages:
71
+ - zh
72
+ - zh-TW
73
+ - ja
74
+ docsDir: docs # Directory to save generated documentation
75
+ sourcesPath: # Source code paths to analyze
76
+ - ./src
77
+ - ./tests
78
+ - ./README.md
79
+ lastGitHead: cba7714cecb73cb9b6b361d4ea7c3193aec863ea
80
+ appUrl: https://docsmith.aigne.io
81
+ boardId: 'did-connect-react'
82
+ # Checkout ID for document deployment service
83
+ checkoutId: ""
@@ -0,0 +1,197 @@
1
+ [
2
+ {
3
+ "title": "Overview",
4
+ "description": "Provides a high-level introduction to the @arcblock/did-connect-react library, its key features, core components, and how to install it.",
5
+ "path": "/overview",
6
+ "sourceIds": [
7
+ "README.md",
8
+ "src/index.js"
9
+ ],
10
+ "parentId": ""
11
+ },
12
+ {
13
+ "title": "Getting Started",
14
+ "description": "A step-by-step guide to quickly integrate DID Connect functionality, including setting up SessionProvider and triggering a user login.",
15
+ "path": "/getting-started",
16
+ "sourceIds": [
17
+ "README.md",
18
+ "src/Session/index.jsx",
19
+ "src/Connect/index.jsx",
20
+ "src/Button/index.jsx"
21
+ ],
22
+ "parentId": ""
23
+ },
24
+ {
25
+ "title": "Core Components",
26
+ "description": "In-depth documentation for the primary components that form the foundation of the library.",
27
+ "path": "/core-components",
28
+ "sourceIds": [
29
+ "src/Session/index.jsx",
30
+ "src/Connect/index.jsx"
31
+ ],
32
+ "parentId": ""
33
+ },
34
+ {
35
+ "title": "Session Management (SessionProvider)",
36
+ "description": "Explains how to use SessionProvider to manage user sessions, handle login/logout, and access user data throughout your application.",
37
+ "path": "/core-components/session-provider",
38
+ "sourceIds": [
39
+ "src/Session/index.jsx",
40
+ "src/Session/context.jsx",
41
+ "src/SessionManager/index.jsx",
42
+ "src/Session/hooks/use-session-token.js",
43
+ "src/types.d.ts"
44
+ ],
45
+ "parentId": "/core-components"
46
+ },
47
+ {
48
+ "title": "Connection UI (DidConnect)",
49
+ "description": "Details the usage of the DidConnect component, a pre-built UI for handling various DID connection actions like login and authentication.",
50
+ "path": "/core-components/did-connect",
51
+ "sourceIds": [
52
+ "src/Connect/index.jsx",
53
+ "src/Connect/contexts/state.jsx",
54
+ "src/types.d.ts",
55
+ "README.md"
56
+ ],
57
+ "parentId": "/core-components"
58
+ },
59
+ {
60
+ "title": "Hooks",
61
+ "description": "A collection of React hooks for programmatic control and data access, offering a more flexible integration.",
62
+ "path": "/hooks",
63
+ "sourceIds": [
64
+ "src/Connect/use-connect.jsx",
65
+ "src/Session/index.jsx",
66
+ "src/User/index.js",
67
+ "src/OAuth/context.jsx",
68
+ "src/Passkey/context.jsx"
69
+ ],
70
+ "parentId": ""
71
+ },
72
+ {
73
+ "title": "useConnect",
74
+ "description": "Learn how to programmatically open, close, and manage the DidConnect UI modal using the useConnect hook.",
75
+ "path": "/hooks/use-connect",
76
+ "sourceIds": [
77
+ "src/Connect/use-connect.jsx",
78
+ "src/types.d.ts"
79
+ ],
80
+ "parentId": "/hooks"
81
+ },
82
+ {
83
+ "title": "useDid",
84
+ "description": "A utility hook to easily extract and work with specific DID-related information from the session user object.",
85
+ "path": "/hooks/use-did",
86
+ "sourceIds": [
87
+ "src/User/index.js",
88
+ "src/User/use-did.js"
89
+ ],
90
+ "parentId": "/hooks"
91
+ },
92
+ {
93
+ "title": "useOAuth & usePasskey",
94
+ "description": "Documentation for hooks that enable interaction with OAuth and Passkey authentication flows within the session context.",
95
+ "path": "/hooks/use-oauth-passkey",
96
+ "sourceIds": [
97
+ "src/OAuth/context.jsx",
98
+ "src/Passkey/context.jsx",
99
+ "src/OAuth/index.jsx",
100
+ "src/Passkey/index.jsx"
101
+ ],
102
+ "parentId": "/hooks"
103
+ },
104
+ {
105
+ "title": "UI Components",
106
+ "description": "A guide to the library's supplementary UI components for displaying DID-related information like avatars and addresses.",
107
+ "path": "/ui-components",
108
+ "sourceIds": [
109
+ "src/Avatar/index.jsx",
110
+ "src/Address/index.jsx",
111
+ "src/Button/index.jsx",
112
+ "src/Logo/index.jsx"
113
+ ],
114
+ "parentId": ""
115
+ },
116
+ {
117
+ "title": "Avatar",
118
+ "description": "Documentation for the Avatar component, used to display a user's avatar derived from their DID.",
119
+ "path": "/ui-components/avatar",
120
+ "sourceIds": [
121
+ "src/Avatar/index.jsx"
122
+ ],
123
+ "parentId": "/ui-components"
124
+ },
125
+ {
126
+ "title": "Address",
127
+ "description": "Documentation for the Address component, used for displaying a formatted and optionally shortened DID.",
128
+ "path": "/ui-components/address",
129
+ "sourceIds": [
130
+ "src/Address/index.jsx"
131
+ ],
132
+ "parentId": "/ui-components"
133
+ },
134
+ {
135
+ "title": "Button",
136
+ "description": "A pre-styled button component for initiating the DID Connect flow, providing a consistent user experience.",
137
+ "path": "/ui-components/button",
138
+ "sourceIds": [
139
+ "src/Button/index.jsx"
140
+ ],
141
+ "parentId": "/ui-components"
142
+ },
143
+ {
144
+ "title": "Logo",
145
+ "description": "A simple component to display the official DID Connect logo.",
146
+ "path": "/ui-components/logo",
147
+ "sourceIds": [
148
+ "src/Logo/index.jsx"
149
+ ],
150
+ "parentId": "/ui-components"
151
+ },
152
+ {
153
+ "title": "Advanced Topics",
154
+ "description": "Covers more complex subjects such as integrating different authentication methods, using utility functions, and handling errors.",
155
+ "path": "/advanced",
156
+ "sourceIds": [
157
+ "src/OAuth/index.jsx",
158
+ "src/Passkey/index.jsx",
159
+ "src/Federated/index.jsx",
160
+ "src/utils.js",
161
+ "src/error.js"
162
+ ],
163
+ "parentId": ""
164
+ },
165
+ {
166
+ "title": "Authentication Methods",
167
+ "description": "Details on integrating alternative login methods like OAuth (social login), Passkeys (passwordless), and Federated Login.",
168
+ "path": "/advanced/authentication-methods",
169
+ "sourceIds": [
170
+ "src/OAuth/context.jsx",
171
+ "src/Passkey/context.jsx",
172
+ "src/Federated/context.jsx",
173
+ "src/Session/hooks/use-federated.js",
174
+ "src/types.d.ts"
175
+ ],
176
+ "parentId": "/advanced"
177
+ },
178
+ {
179
+ "title": "Utilities",
180
+ "description": "A reference guide for the various helper functions exported by the library for tasks like encoding URLs and creating API clients.",
181
+ "path": "/advanced/utilities",
182
+ "sourceIds": [
183
+ "src/utils.js",
184
+ "src/constant.js"
185
+ ],
186
+ "parentId": "/advanced"
187
+ },
188
+ {
189
+ "title": "API Reference",
190
+ "description": "A comprehensive reference of all component props, hook return values, and TypeScript type definitions.",
191
+ "path": "/api-reference",
192
+ "sourceIds": [
193
+ "src/types.d.ts"
194
+ ],
195
+ "parentId": ""
196
+ }
197
+ ]
@@ -0,0 +1,168 @@
1
+ 29f7a525fa839ecd52b401769b3c4520a6bd4a5449d1407b0a16a788dccc1e4c:
2
+ local_path: .aigne/doc-smith/.tmp/assets/d2/5cb000a97607c6637b7fb1ec42d426206bf4a033e375f6c6daeba0e0f3665f87.svg
3
+ sites:
4
+ https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io:
5
+ url: https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io/image-bin/uploads/29f7a525fa839ecd.svg
6
+ upload_time: 2025-09-23T03:33:47.153Z
7
+ https://www.arcblock.io:
8
+ url: https://www.arcblock.io/image-bin/uploads/29f7a525fa839ecd.svg
9
+ upload_time: 2025-09-24T04:16:25.767Z
10
+ https://docsmith.aigne.io:
11
+ url: https://docsmith.aigne.io/image-bin/uploads/29f7a525fa839ecd.svg
12
+ upload_time: 2025-09-24T04:16:49.139Z
13
+ deccd722605851f5206b8070a9aa671f1191f143d1d8a08c3027f2be81519d5c:
14
+ local_path: .aigne/doc-smith/.tmp/assets/d2/84480514fb2339954d09426848c5b793596a86ac0a0ad75048555249ca3a8b5e.svg
15
+ sites:
16
+ https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io:
17
+ url: https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io/image-bin/uploads/deccd722605851f5.svg
18
+ upload_time: 2025-09-23T03:33:47.859Z
19
+ 9bb263838d547eb340ed8b12aaf5afacb99425571359e670245b6af9e2beb202:
20
+ local_path: .aigne/doc-smith/.tmp/assets/d2/9e1945c651fb027571dd41aca5393feb156e8053ead5218d577510bdb5aabcc9.svg
21
+ sites:
22
+ https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io:
23
+ url: https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io/image-bin/uploads/9bb263838d547eb3.svg
24
+ upload_time: 2025-09-23T03:33:48.213Z
25
+ https://www.arcblock.io:
26
+ url: https://www.arcblock.io/image-bin/uploads/9bb263838d547eb3.svg
27
+ upload_time: 2025-09-24T04:16:28.374Z
28
+ https://docsmith.aigne.io:
29
+ url: https://docsmith.aigne.io/image-bin/uploads/9bb263838d547eb3.svg
30
+ upload_time: 2025-09-24T04:16:51.233Z
31
+ 225f3eba74fbb0a8948362d722156ed460f5ff3744479b2d29074acdb4e18b95:
32
+ local_path: .aigne/doc-smith/.tmp/assets/d2/e0e7209cf10e27abb7d1d5b3472c270f90d12849d2690c55b1184f6e9c808c14.svg
33
+ sites:
34
+ https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io:
35
+ url: https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io/image-bin/uploads/225f3eba74fbb0a8.svg
36
+ upload_time: 2025-09-23T03:33:48.369Z
37
+ https://www.arcblock.io:
38
+ url: https://www.arcblock.io/image-bin/uploads/225f3eba74fbb0a8.svg
39
+ upload_time: 2025-09-24T04:16:28.169Z
40
+ https://docsmith.aigne.io:
41
+ url: https://docsmith.aigne.io/image-bin/uploads/225f3eba74fbb0a8.svg
42
+ upload_time: 2025-09-24T04:16:51.303Z
43
+ 685ad8a0008023a1a4533c20e94df6b38580316add4131e535e203bd309a42d3:
44
+ local_path: .aigne/doc-smith/.tmp/assets/d2/ad05967d83ec12ceb02f2299805e0e78e5fb42ee8fff3f2f49a704cba4616d53.svg
45
+ sites:
46
+ https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io:
47
+ url: https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io/image-bin/uploads/685ad8a0008023a1.svg
48
+ upload_time: 2025-09-23T03:33:48.928Z
49
+ 0eb3845668755df07e0da0f1669c152f963d3300e5ac930800756cd165599b59:
50
+ local_path: .aigne/doc-smith/.tmp/assets/d2/b6db1f0109bb3ead106bb8193f8b83ea6cca6ad26512f2dde1d0d1ceb1aa55fc.svg
51
+ sites:
52
+ https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io:
53
+ url: https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io/image-bin/uploads/0eb3845668755df0.svg
54
+ upload_time: 2025-09-23T03:33:49.306Z
55
+ d042d454d2c90f28a0c2ad1e1c44dfae679d3cfb214cf3442e32edeed01237da:
56
+ local_path: .aigne/doc-smith/.tmp/assets/d2/59d90ae4e8fc9afb7058667563b9ebbf51988f9a5146b314f33387b2f5c42c8f.svg
57
+ sites:
58
+ https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io:
59
+ url: https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io/image-bin/uploads/d042d454d2c90f28.svg
60
+ upload_time: 2025-09-23T03:33:49.312Z
61
+ https://www.arcblock.io:
62
+ url: https://www.arcblock.io/image-bin/uploads/d042d454d2c90f28.svg
63
+ upload_time: 2025-09-24T04:16:30.067Z
64
+ https://docsmith.aigne.io:
65
+ url: https://docsmith.aigne.io/image-bin/uploads/d042d454d2c90f28.svg
66
+ upload_time: 2025-09-24T04:16:53.371Z
67
+ f78f8b65d26b43a486863e307412b6f68ee95768ac54d1f8726fba3b93425811:
68
+ local_path: .aigne/doc-smith/.tmp/assets/d2/4c81d12b3f8cd92e421ca5c8a0768cfde94a33a478b2455cf01fe450ba470596.svg
69
+ sites:
70
+ https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io:
71
+ url: https://bbqa5i2t2b3y3uay6hawb2yrvb3uaoblb54t7tpbk6e.did.abtnet.io/image-bin/uploads/f78f8b65d26b43a4.svg
72
+ upload_time: 2025-09-23T03:33:50.033Z
73
+ https://www.arcblock.io:
74
+ url: https://www.arcblock.io/image-bin/uploads/f78f8b65d26b43a4.svg
75
+ upload_time: 2025-09-24T04:16:31.083Z
76
+ https://docsmith.aigne.io:
77
+ url: https://docsmith.aigne.io/image-bin/uploads/f78f8b65d26b43a4.svg
78
+ upload_time: 2025-09-24T04:16:54.086Z
79
+ 0b6d22d3c5e0e7fa9ac0056df41e0c1989c442302bd8adffb6b67b7c28244593:
80
+ local_path: .aigne/doc-smith/.tmp/assets/d2/c5f369f90037feae656dd49c1de54681e1224f7b718ef9161851bfb226192441.svg
81
+ sites:
82
+ https://www.arcblock.io:
83
+ url: https://www.arcblock.io/image-bin/uploads/0b6d22d3c5e0e7fa.svg
84
+ upload_time: 2025-09-24T04:16:27.191Z
85
+ https://docsmith.aigne.io:
86
+ url: https://docsmith.aigne.io/image-bin/uploads/0b6d22d3c5e0e7fa.svg
87
+ upload_time: 2025-09-24T04:16:49.800Z
88
+ 1e7bdd6f8710f21507a3456aba0698ef04abcd242b58c93ae1a1580b7038f56b:
89
+ local_path: .aigne/doc-smith/.tmp/assets/d2/3ed92f8ff0a9785538483d4a6f28451f46f99f73a85820002129c98e6927ff71.svg
90
+ sites:
91
+ https://www.arcblock.io:
92
+ url: https://www.arcblock.io/image-bin/uploads/1e7bdd6f8710f215.svg
93
+ upload_time: 2025-09-24T04:16:28.585Z
94
+ https://docsmith.aigne.io:
95
+ url: https://docsmith.aigne.io/image-bin/uploads/1e7bdd6f8710f215.svg
96
+ upload_time: 2025-09-24T04:16:50.444Z
97
+ d1049429dda7f21272c1ccf2f2558794a2b8dc703c5101abb690579ed7c99bfc:
98
+ local_path: .aigne/doc-smith/.tmp/assets/d2/edaa8fecef98359536d8a9803202256bb1c0ae578eb081b281115f48231481aa.svg
99
+ sites:
100
+ https://www.arcblock.io:
101
+ url: https://www.arcblock.io/image-bin/uploads/d1049429dda7f212.svg
102
+ upload_time: 2025-09-24T04:16:29.634Z
103
+ https://docsmith.aigne.io:
104
+ url: https://docsmith.aigne.io/image-bin/uploads/d1049429dda7f212.svg
105
+ upload_time: 2025-09-24T04:16:52.000Z
106
+ c80cb16308673f96e540c86f3b6eaceacbf6211cdcaa69e363a5192e8a7c418c:
107
+ local_path: .aigne/doc-smith/.tmp/assets/d2/275c367831fb1eba8d1bef397921d5c3217348695de809890f3c24b9e5dcd243.svg
108
+ sites:
109
+ https://www.arcblock.io:
110
+ url: https://www.arcblock.io/image-bin/uploads/c80cb16308673f96.svg
111
+ upload_time: 2025-09-24T04:16:29.715Z
112
+ https://docsmith.aigne.io:
113
+ url: https://docsmith.aigne.io/image-bin/uploads/c80cb16308673f96.svg
114
+ upload_time: 2025-09-24T04:16:51.153Z
115
+ 75cd10d49c37dfaa03f35ae6991eb8390e6e4015fb509a8cda7febe152a2df78:
116
+ local_path: .aigne/doc-smith/.tmp/assets/d2/4d46333a4ea3615277c4aebeb7ae84d4ae69f19292e53acbd907ab98e22b7cd0.svg
117
+ sites:
118
+ https://www.arcblock.io:
119
+ url: https://www.arcblock.io/image-bin/uploads/75cd10d49c37dfaa.svg
120
+ upload_time: 2025-09-24T04:16:30.289Z
121
+ https://docsmith.aigne.io:
122
+ url: https://docsmith.aigne.io/image-bin/uploads/75cd10d49c37dfaa.svg
123
+ upload_time: 2025-09-24T04:16:52.698Z
124
+ a9610b437fd07cee83ad1f260ceb635f82ed033ddfe3906de09d6cf2d73121bb:
125
+ local_path: .aigne/doc-smith/.tmp/assets/d2/83ba8e38d1c41546e09b7b0ae0794121fe3eaad1a4a484dcf69037ddf173cd08.svg
126
+ sites:
127
+ https://www.arcblock.io:
128
+ url: https://www.arcblock.io/image-bin/uploads/a9610b437fd07cee.svg
129
+ upload_time: 2025-09-24T04:16:31.094Z
130
+ https://docsmith.aigne.io:
131
+ url: https://docsmith.aigne.io/image-bin/uploads/a9610b437fd07cee.svg
132
+ upload_time: 2025-09-24T04:16:52.769Z
133
+ b674e57005eca0fbcb1f2a57a31a36aef6e6cbc5e294d23af0214cb8d092b3c7:
134
+ local_path: .aigne/doc-smith/.tmp/assets/d2/4be4be5281e40113215bc4ef9609ce67b3eeff710e37c1bc4c554b5af3374b6e.svg
135
+ sites:
136
+ https://www.arcblock.io:
137
+ url: https://www.arcblock.io/image-bin/uploads/b674e57005eca0fb.svg
138
+ upload_time: 2025-09-24T04:16:31.315Z
139
+ https://docsmith.aigne.io:
140
+ url: https://docsmith.aigne.io/image-bin/uploads/b674e57005eca0fb.svg
141
+ upload_time: 2025-09-24T04:16:53.478Z
142
+ 4e6d7899f7b1de37da3d9899ad8c123d14b5cc9d8442f5ab55b046062ae3a4bc:
143
+ local_path: .aigne/doc-smith/.tmp/assets/d2/6a60f3683d4c544091a4137005936b1430817411e0ca396b4a10b98451c670ca.svg
144
+ sites:
145
+ https://www.arcblock.io:
146
+ url: https://www.arcblock.io/image-bin/uploads/4e6d7899f7b1de37.svg
147
+ upload_time: 2025-09-24T04:16:32.090Z
148
+ https://docsmith.aigne.io:
149
+ url: https://docsmith.aigne.io/image-bin/uploads/4e6d7899f7b1de37.svg
150
+ upload_time: 2025-09-24T04:16:53.574Z
151
+ ccb7eb47c3a485ce55add4c155e6d0228a94d4af795e3642f4cb7d187e9444e8:
152
+ local_path: .aigne/doc-smith/.tmp/assets/d2/575b75e1bab0aa9b3fe8f324165ea01ad4d128e59411c1841772ee301fe7b35d.svg
153
+ sites:
154
+ https://www.arcblock.io:
155
+ url: https://www.arcblock.io/image-bin/uploads/ccb7eb47c3a485ce.svg
156
+ upload_time: 2025-09-24T04:16:32.342Z
157
+ https://docsmith.aigne.io:
158
+ url: https://docsmith.aigne.io/image-bin/uploads/ccb7eb47c3a485ce.svg
159
+ upload_time: 2025-09-24T04:16:54.870Z
160
+ 005ab657c8c753e333ec6b94a8867dc1087c050a50c8931716e34bda14a93bc7:
161
+ local_path: .aigne/doc-smith/.tmp/assets/d2/c9af1a1b51846ce11449637c52199e5a1e148fdac54ed8dcc6a8cf08385df3da.svg
162
+ sites:
163
+ https://www.arcblock.io:
164
+ url: https://www.arcblock.io/image-bin/uploads/005ab657c8c753e3.svg
165
+ upload_time: 2025-09-24T04:16:33.427Z
166
+ https://docsmith.aigne.io:
167
+ url: https://docsmith.aigne.io/image-bin/uploads/005ab657c8c753e3.svg
168
+ upload_time: 2025-09-24T04:16:55.549Z
@@ -0,0 +1,18 @@
1
+ * [Overview](/overview.md)
2
+ * [Getting Started](/getting-started.md)
3
+ * [Core Components](/core-components.md)
4
+ * [Session Management (SessionProvider)](/core-components-session-provider.md)
5
+ * [Connection UI (DidConnect)](/core-components-did-connect.md)
6
+ * [Hooks](/hooks.md)
7
+ * [useConnect](/hooks-use-connect.md)
8
+ * [useDid](/hooks-use-did.md)
9
+ * [useOAuth & usePasskey](/hooks-use-oauth-passkey.md)
10
+ * [UI Components](/ui-components.md)
11
+ * [Avatar](/ui-components-avatar.md)
12
+ * [Address](/ui-components-address.md)
13
+ * [Button](/ui-components-button.md)
14
+ * [Logo](/ui-components-logo.md)
15
+ * [Advanced Topics](/advanced.md)
16
+ * [Authentication Methods](/advanced-authentication-methods.md)
17
+ * [Utilities](/advanced-utilities.md)
18
+ * [API Reference](/api-reference.md)