Tagged articles
2 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jun 11, 2020 · Backend Development

How to Build a Unified Multi‑Account Login System with Third‑Party OAuth

This article explains the technical design of a unified multi‑account login system, covering early‑stage username/password and phone‑based authentication, detailed flow steps, database schema, and integration of third‑party OAuth (e.g., QQ) while highlighting practical considerations and limitations.

AuthenticationOAuth2database-design
0 likes · 10 min read
How to Build a Unified Multi‑Account Login System with Third‑Party OAuth
Senior Brother's Insights
Senior Brother's Insights
Mar 12, 2019 · Databases

Essential MySQL Naming, Design, and Indexing Standards for Reliable Databases

This guide presents comprehensive MySQL best‑practice rules covering database object naming, basic schema design, column definitions, index creation, SQL coding conventions, and operational behaviors to improve maintainability, performance, and data integrity across development and production environments.

Naming ConventionSQL Best Practicesdatabase-design
0 likes · 20 min read
Essential MySQL Naming, Design, and Indexing Standards for Reliable Databases