社交账户 Auth
模块设计
业务流程
链接钱包,即创建成员
填写基本信息,更新成员信息
透过各个账户绑定链接,更新成员其他社交账户信息
数据结构
wallet
string
unique
string
index
verify_code
string
noHistory
sysuser
ref: _user
nickname
string
discord
ref: auth_discord
github
ref: auth_github
ref: auth_twitter
ref: auth_google
telegram
ref: auth_telegram
ref: auth_wechat
zoom
ref: auth_zoom
profile
ref: link
temporaryEmail
string
功能依赖
由于链接钱包签名作为登入,所以依赖于 ether.js
由于验证 EMail 时会发送 Email,与 notification 功能模块有依赖
运维部署
降级备案
补充材料
Last updated