All Projects → shiguanghuxian → face-login-wx

shiguanghuxian / face-login-wx

Licence: MIT license
人脸识别登录微信小程序

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to face-login-wx

wxapp-storage
简单的微信小程序Storage相关的封装, 特点是安全的数据源, 有效的存储时间
Stars: ✭ 13 (-83.12%)
Mutual labels:  wxapp, wx
sea-ai
微信小程序 智能识别小程序 接入百度AI平台 基于wepy开发
Stars: ✭ 42 (-45.45%)
Mutual labels:  wxapp, wx
taroCloud
记日常、GitHub trending资讯小程序 taro-hooks + rematch+云开发
Stars: ✭ 25 (-67.53%)
Mutual labels:  wxapp, wx
wxfortune
运势小程序,使用canvas绘画图片,并保存图片
Stars: ✭ 79 (+2.6%)
Mutual labels:  wxapp, wx
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+911.69%)
Mutual labels:  wxapp, wx
Metro-Weapp
微信小程序-上海地铁Lite
Stars: ✭ 15 (-80.52%)
Mutual labels:  wxapp, wx
wx-ant-ble
微信、支付宝小程序BLE蓝牙SDK
Stars: ✭ 75 (-2.6%)
Mutual labels:  wxapp, wx
cloudFns
微信小程序云函数合集
Stars: ✭ 34 (-55.84%)
Mutual labels:  wxapp, wx
Cityselector
微信小程序 城市/区县定位选择模块 汉字/拼音搜索 可直接使用 另附 mpvue 版本 city picker / auto positioning / auto complete
Stars: ✭ 276 (+258.44%)
Mutual labels:  wxapp, wx
citySelector
🛳基于mpvue的微信小程序 城市/区县定位选择模块 汉字/拼音搜索 可直接使用 已更新
Stars: ✭ 52 (-32.47%)
Mutual labels:  wxapp, wx
Weapp
🐧 微信小程序组件和功能封装,基于微信Component自定义组件开发
Stars: ✭ 235 (+205.19%)
Mutual labels:  wxapp, wx
Wxgame Threejs
Threejs 开发微信小游戏
Stars: ✭ 111 (+44.16%)
Mutual labels:  wxapp, wx
Wxdatabasedecryptkey
读取微信数据库聊天记录备份
Stars: ✭ 237 (+207.79%)
Mutual labels:  wxapp, wx
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (+151.95%)
Mutual labels:  face
Pulse
A pendant to warn you when you touch your face
Stars: ✭ 229 (+197.4%)
Mutual labels:  face
Gan Mnist
Generative Adversarial Network for MNIST with tensorflow
Stars: ✭ 193 (+150.65%)
Mutual labels:  face
Cognitive Face Ios
iOS SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 191 (+148.05%)
Mutual labels:  face
wxapp-typescript
使用TypeScript开发微信小程序
Stars: ✭ 22 (-71.43%)
Mutual labels:  wxapp
Cognitive Face Python
Python SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 226 (+193.51%)
Mutual labels:  face
Tdtouchid
TDTouchID是一个封装好的指纹、FaceID验证库,可以用来做iOSAPP的登录/支付等验证。
Stars: ✭ 191 (+148.05%)
Mutual labels:  face

人脸识别登录微信小程序

本示例程序实现了,添加用户、删除用户、用户列表、和用户登录功能。

服务端:https://github.com/shiguanghuxian/face-login

建议使用流程

人脸识别登录建议流程:

  1. 用户登录
  2. 用户设置开启人脸登录,开启时需要绑定微信openid,因为如果不绑定微信openid可能出现用图片非法登录,绑定openid后意味着用户需要先登录微信再人脸识别登录小程序,这样安全度比较高。
  3. 登录界面给出两个登录选项,人脸登录或用户名密码,如果使用人脸识别,服务端需要判断openid是否是绑定的用户微信openid,切已经开启人脸登录(可以是后台管理功能也可以是用户自己控制)。

微信小程序demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].