更新记录
1.0.0(2021-06-10) 下载此版本
全量发布,一键登录demo,直接带走
平台兼容性
Vue2 | Vue3 |
---|---|
√ | × |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
HBuilderX 3.1.18 app-vue | × | × | × | × | × | × |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 |
---|---|---|---|
× | × | × | × |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
× | × | × | × | × | × | × | × | × |
uni-login-demo
介绍
uniapp实现一键登录
软件架构
软件架构说明
安装教程
- 去个人开发者中心开通一键登录
- git clone https://gitee.com/tyty_mqy/uni-login-demo.git
- 绑定服务空间,如果没有,请先行去了解服务空间
- 新建云函数:getPhoneNumber
'use strict'; exports.main = async (event, context) => { const res = await uniCloud.getPhoneNumber({ appid: '__UNI__*******', // 替换成自己开通一键登录的应用的DCloud appid provider: 'univerify', apiKey: '******', // 在开发者中心开通服务并获取apiKey apiSecret: '******', // 在开发者中心开通服务并获取apiSecret access_token: event.access_token, openid: event.openid }) // 执行入库等操作 return res };
使用说明
开箱即用
内容示例
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request
特技
- 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
- Gitee 官方博客 blog.gitee.com
- 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
- GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
- Gitee 官方提供的使用手册 https://gitee.com/help
- Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/