关于文档
用户指南
怎么更新个人信息?
怎么更改通行证?
怎么增加/切换账号?
怎么管理登录会话?
怎么管理存储?
OAuth 登录
配置 GitHub 登录
配置 Google 登录
配置 Auth0 登录
开发者指南
快速开始
Request NFT
请求签名
Request digest signature
Request payment
Request multiple claims
Request multiple steps
通过 URL 制定 DID Connect 的行为
参考
DID Connect Protocol
DID Connect Workflow
Type cheatsheet
常见问题
如何在其他框架中使用 DID Connect
集成 DID Connect 最简单的方式是先创建 Blocklet。 如果你还不清楚如何创建 Blocklet,请参考: Create Blocklet 文档 前置条件 已经安装并且配置好 DID Wallet,并且手机和电脑连接到相同的局域网 已经创建好使用 React 模板的 Blockl
9/29/2024
In some cases, you may need check is your DID Wallet has specific NFT or VC, like if you've been to ArcBlock devcon 2021, follow this article to learn
基本的流程与 快速开始 章节中一致,将 handler 中代码改为以下内容: /* eslint-disable no-console */const { toTypeInfo } = require('@arcblock/did');const { fromPublicKey } = requir
This function is basiclly same as , the difference lies in the ability to simplify the data to be signed and protect the original content of the sign
In some cases, you may need to pay some fees to a Blocklet, follow this article to learn how to request payment with DID Connect. The basic process is
In some cases, you may need do multiple signature in single one DID Connect, which can get a smoother experience, follow this article to learn how to
Similar to , you can do multiple signature in single one DID Connect, but there are some different features, follow this article to learn how to do m
在某些情况下,需要在任意链接中能够使用户能够快速切换指定账号,此时可以通过 URL 参数来定制 DID Connect 部分行为 目前包含的功能有: 要求用户切换至指定账户 type DIDConnectUrlOptions = { forceConnected: string; // sou
7/2/2024