


Recently I am working on a web instant messaging, which has a QR code login function. I've never done this before, so I'm looking for an expert to talk about it.
How did the QR code come from? If the web side monitors the mobile phone to scan the code successfully, and the server has sent the data
Reply content:
Recently I am working on a web instant messaging, which has a QR code login function. I've never done this before, so I'm looking for an expert to talk about it.
How did the QR code come from? If the web side monitors the mobile phone to scan the code successfully, and the server has sent the data
<code>步骤 WEB平台 手机 第1步 生成二维码 第2步 (ajax监控后台) 扫码 第3步 (ajax监控后台) 确定(后台异步通知WEB平台) 第4步 AJAX发现状态改变,登陆成功 </code>
Ajax monitoring background process: after generating the QR code,
<code>setTimeout(function(){ //AJAX请求,检测状态 },5000); </code>
What you said above is correct. Let me add something.
Take WeChat as an example
Solve two problems, The computer obtains from the server whether someone has scanned my computer and authorized login.
Then the app needs to solve the problem of knowing who the person who scanned is and telling the server the information about this person.
ObjectWebsite Open WeChat on mobile phone
Process
The web generates links, and the links are made into QR codes. Generally, local cookies or sessionid are used as the only parameters.
After the app scans, it actually performs the authorization operation, captures the user information, and stores the user information and the cookies or sessionid included in the request into the library.
The web makes an ajax request to the background every few seconds. Check whether the current cookie or sessionid has corresponding login information, and perform the login operation if it does.
1. The front-end calls the API that generates the QR code in the background to obtain the QR code image and the information it contains (usually a unique ID)
2. The front-end detects (through polling or websock, your choice) whether there is a mobile phone scan Code, by calling the backend interface API, the parameter is the unique ID above
3. Scan the QR code with your mobile phone to log in. The mobile phone can get the information ID in the QR code, and bring the current login user ID and the ID in the QR code. Call the background interface.
The data of this QR code is stored in the background, plus the logged-in user information. When the front-end calls the API, a successful login will be returned.
4. The front end gets the successful login and jumps

去掉重复并排序的方法:1、使用“Array.from(new Set(arr))”或者“[…new Set(arr)]”语句,去掉数组中的重复元素,返回去重后的新数组;2、利用sort()对去重数组进行排序,语法“去重数组.sort()”。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于Symbol类型、隐藏属性及全局注册表的相关问题,包括了Symbol类型的描述、Symbol不会隐式转字符串等问题,下面一起来看一下,希望对大家有帮助。

怎么制作文字轮播与图片轮播?大家第一想到的是不是利用js,其实利用纯CSS也能实现文字轮播与图片轮播,下面来看看实现方法,希望对大家有所帮助!

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于对象的构造函数和new操作符,构造函数是所有对象的成员方法中,最早被调用的那个,下面一起来看一下吧,希望对大家有帮助。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于面向对象的相关问题,包括了属性描述符、数据描述符、存取描述符等等内容,下面一起来看一下,希望对大家有帮助。

方法:1、利用“点击元素对象.unbind("click");”方法,该方法可以移除被选元素的事件处理程序;2、利用“点击元素对象.off("click");”方法,该方法可以移除通过on()方法添加的事件处理程序。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于BOM操作的相关问题,包括了window对象的常见事件、JavaScript执行机制等等相关内容,下面一起来看一下,希望对大家有帮助。

本篇文章整理了20+Vue面试题分享给大家,同时附上答案解析。有一定的参考价值,有需要的朋友可以参考一下,希望对大家有所帮助。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Linux new version
SublimeText3 Linux latest version

Dreamweaver Mac version
Visual web development tools
