Introduction
User Guides
Untitled
OAuth Login
Configure GitHub login
Configure Google Login
Configure Auth0 Login
How do I update profile?
How to change my passport?
How to add/switch accounts?
How to manage login sessions?
How to manage storage?
Developer Guide
快速开始
请求签名
Specify the behavior of DID Connect via URL.
Reference
DID Connect Protocol
DID Connect Workflow
Type cheatsheet
FAQ
How to use DID Connect in other frameworks
集成 DID Connect 最简单的方式是先创建 Blocklet。 如果你还不清楚如何创建 Blocklet,请参考: Create Blocklet 文档 前置条件 已经安装并且配置好 DID Wallet,并且手机和电脑连接到相同的局域网 已经创建好使用 React 模板的 Blockl
5/3/2024
基本的流程与 快速开始 章节中一致,将 handler 中代码改为以下内容: /* eslint-disable no-console */const { toTypeInfo } = require('@arcblock/did');const { fromPublicKey } = requir
In some cases, users need to be able to quickly switch to a specified account in any link. This can be achieved by customizing the behavior of the DID
7/2/2024