Tag

QR Login

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2025 · Backend Development

Implementing Local QR Code Login for QQ Music Using Python

This tutorial walks through building a Python script that fetches a QQ Music QR code, displays it locally, monitors its status, extracts required encrypted parameters from cookies, and completes the login process by repeatedly polling the authentication endpoint to obtain a session.

PythonQR LoginRequests
0 likes · 13 min read
Implementing Local QR Code Login for QQ Music Using Python
Yiche Technology
Yiche Technology
Sep 14, 2022 · Mobile Development

Resolving iOS SSO QR Code Login Failures: Redirects, 404 Errors, and NSURLCache Management

This article analyzes why an iOS SSO QR‑code login sometimes fails with a 404 error despite being on company Wi‑Fi, explains the 301 redirect caused by network restrictions, and provides a step‑by‑step solution using NSURLCache inspection and cache‑clearing techniques.

Cache ManagementHTTP redirectNSURLCache
0 likes · 9 min read
Resolving iOS SSO QR Code Login Failures: Redirects, 404 Errors, and NSURLCache Management
Selected Java Interview Questions
Selected Java Interview Questions
Jul 22, 2022 · Backend Development

WeChat Open Platform QR Code Login Integration with Spring Boot

This article explains how to implement WeChat QR code login using OAuth2.0 in a Spring Boot backend, detailing the authorization flow, required configuration, code examples for obtaining access tokens, user authentication, Spring AOP login verification, and exception handling to securely integrate WeChat login into a Java application.

BackendJavaOAuth2
0 likes · 11 min read
WeChat Open Platform QR Code Login Integration with Spring Boot
Python Programming Learning Circle
Python Programming Learning Circle
Feb 9, 2022 · Backend Development

Python Script for QQ Music QR Code Login: Session Retrieval and Cookie Handling

This tutorial demonstrates how to programmatically obtain a QQ Music QR‑code login session using Python by fetching the QR image, extracting and decrypting the required cookies, handling dynamic parameters, and completing the login flow with detailed code examples and explanations.

PythonQR LoginRequests
0 likes · 12 min read
Python Script for QQ Music QR Code Login: Session Retrieval and Cookie Handling
Top Architect
Top Architect
Oct 21, 2021 · Backend Development

Implementing QR Code Login with WebSocket in Spring Boot

This article explains how to build a QR‑code based login system using Spring Boot, WebSocket, and JavaScript, covering database design, role analysis, API definitions, step‑by‑step implementation, and complete code examples for both backend and frontend components.

BackendJavaQR Login
0 likes · 13 min read
Implementing QR Code Login with WebSocket in Spring Boot
Top Architect
Top Architect
May 25, 2020 · Backend Development

Technical Implementation of QR Code Login: Principles and Case Studies of Taobao and WeChat

This article explains the complete technical workflow of QR‑code login, covering the generation of UUIDs, Redis storage, browser polling, mobile‑side verification, token handling, and detailed implementations in Taobao and WeChat, while also providing code snippets and diagrams for reference.

AuthenticationBackendQR Login
0 likes · 13 min read
Technical Implementation of QR Code Login: Principles and Case Studies of Taobao and WeChat
Architecture Digest
Architecture Digest
Feb 9, 2020 · Backend Development

Technical Implementation of QR Code Login: Principles and Case Studies of Taobao and WeChat

This article explains the technical principles behind QR code login, detailing the interaction between web, mobile, and server components, and provides concrete implementation examples from Taobao and WeChat, including code snippets, request flows, and handling of various response states.

AuthenticationJavaScriptQR Login
0 likes · 14 min read
Technical Implementation of QR Code Login: Principles and Case Studies of Taobao and WeChat
Architect's Tech Stack
Architect's Tech Stack
Feb 7, 2020 · Backend Development

Technical Implementation of QR Code Login: Principles and Case Studies of Taobao and WeChat

This article explains the technical principles behind QR‑code login, detailing the end‑to‑end workflow between browsers, mobile apps and servers, and provides concrete implementations from Taobao and WeChat, including code snippets, polling mechanisms, Redis usage, and error handling.

AuthenticationJavaScriptQR Login
0 likes · 11 min read
Technical Implementation of QR Code Login: Principles and Case Studies of Taobao and WeChat
Java Captain
Java Captain
Sep 17, 2018 · Backend Development

Implementing WeChat QR Code Login with Spring Boot and Thymeleaf

This tutorial explains how to build a WeChat QR‑code login system using Spring‑Boot, Thymeleaf, HttpClient and JSON, covering preparation steps, project configuration, OAuth2 flow, code examples for generating QR pages, handling callbacks, and customizing the login experience.

JavaOAuth2QR Login
0 likes · 10 min read
Implementing WeChat QR Code Login with Spring Boot and Thymeleaf