Tag

third‑party

0 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Nov 19, 2023 · Backend Development

Designing a Multi‑Account Unified Login System: From Phone Number Authentication to Third‑Party Integration

This article explains how to design a scalable multi‑account login system, covering self‑built phone‑number authentication, optimized password‑less flows, third‑party integrations such as Weibo and WeChat, a refactored user‑basic and authorization schema, and the steps for implementing one‑click carrier‑based login.

AuthenticationDatabase Designbackend
0 likes · 14 min read
Designing a Multi‑Account Unified Login System: From Phone Number Authentication to Third‑Party Integration
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Nov 3, 2023 · Operations

Best Practices for Third‑Party Interface Collaboration: Concepts, Rate Limiting, Monitoring, and Incident Handling

The article outlines how game QA and third‑party providers can improve cooperation by aligning basic performance concepts such as TPS, QPS and concurrency, selecting appropriate rate‑limiting strategies, establishing precise monitoring and alerting, and preparing clear incident‑response and delivery standards.

MonitoringRate Limitingoperations
0 likes · 15 min read
Best Practices for Third‑Party Interface Collaboration: Concepts, Rate Limiting, Monitoring, and Incident Handling
Test Development Learning Exchange
Test Development Learning Exchange
Jun 27, 2023 · Fundamentals

Common Python 3 Third‑Party Libraries by Category with Code Examples

This article presents a comprehensive overview of widely used Python 3 third‑party libraries across multiple domains—including text processing, web development, databases, data analysis, computer vision, automation testing, security, and other utilities—offering concise descriptions and ready‑to‑run code snippets for each library.

AutomationLibrariesPython
0 likes · 32 min read
Common Python 3 Third‑Party Libraries by Category with Code Examples
IT Services Circle
IT Services Circle
Mar 29, 2022 · Information Security

Understanding Third‑Party Cookies, SameParty, and Chrome's CHIPS Partitioned Cookies

The article explains how third‑party cookies enable cross‑site tracking, why browsers are deprecating them, introduces the SameParty attribute as a partial mitigation, and details Chrome's CHIPS proposal with partitioned cookies that isolate cookie storage per top‑level site to protect user privacy.

CHIPSSamePartybrowser security
0 likes · 6 min read
Understanding Third‑Party Cookies, SameParty, and Chrome's CHIPS Partitioned Cookies
Top Architect
Top Architect
May 6, 2021 · Backend Development

Unified Multi-Account Login Architecture and Design

This article explains the concept, technical solutions, workflow diagrams, and database schema for implementing unified multi‑account login using username/password, mobile verification, and third‑party OAuth2 integrations, providing practical design guidance without detailed source code.

AuthenticationDatabase DesignOAuth2
0 likes · 11 min read
Unified Multi-Account Login Architecture and Design
Java Captain
Java Captain
Aug 23, 2020 · Information Security

Unified Multi‑Account Login: Architecture, Flow, and Database Design

This article explains the concept of multi‑account unified login in internet applications, detailing early‑stage username/password and mobile‑based authentication flows, the evolution to third‑party OAuth2 integration, and provides comprehensive database schema designs for local and third‑party user accounts.

AuthenticationDatabase DesignOAuth2
0 likes · 10 min read
Unified Multi‑Account Login: Architecture, Flow, and Database Design