Giter VIP home page Giter VIP logo

qrcode's Introduction

QRCode

Realize a client's qrcode scanning login (模仿实现手机淘宝二维码登录过程)

#二维码登录的问世,让人们更方便快捷的登录到pc端,简直是一个神奇的操作,带着崇敬之心,研究了下某宝的二维码登录,纯粹为了技术研究,如有不便,请联系作者,敬请谅解。

#copy一下百度上扫码登录流程

#扫码登录流程有以下几个步骤:

#1、非授信设备访问服务端生成token,并将token通过二维码展示在界面上;

#2、授信设备扫描展示在非授信设备上的二维码,获取到token;

#3、授信设备使用token访问服务端获取非授信设备的设备信息,并将非授信设备的设备信息展示在界面上,请用户确认;

#4、用户确认在授信设备上确认后,授信设备访问服务端,告知服务端该token已被用户确认可用来登录;

#5、非授信设备使用token登录。非授信设备并不知道用户何时会确认,所以需要轮询服务端,一直使用token尝试登录,直到成功;

Generate a qrcode

generateQRCode()

check qrcode

qrCodeCheck()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.