Tag

SMS verification

0 views collected around this technical thread.

Top Architect
Top Architect
Sep 11, 2021 · Backend Development

Implementing SMS Verification in Java Using a Third‑Party API

This article provides a step‑by‑step guide for implementing a Java‑based SMS verification system, covering random code generation, API request construction, session handling, and includes full Java code for utility classes, configuration, and sending the verification message via a third‑party service.

APICode ExampleHTTP
0 likes · 7 min read
Implementing SMS Verification in Java Using a Third‑Party API
php中文网 Courses
php中文网 Courses
Dec 2, 2020 · Backend Development

Implementing SMS Verification with ThinkPHP and Yunpian API

This tutorial explains how to build an SMS verification feature in a ThinkPHP application by generating codes, storing them, sending them via Yunpian's API, and validating user input, including required API parameters and controller method implementations.

APIPHPSMS verification
0 likes · 2 min read
Implementing SMS Verification with ThinkPHP and Yunpian API
macrozheng
macrozheng
May 10, 2019 · Backend Development

How to Integrate Redis for SMS Verification in a Spring Boot Mall Project

This guide walks you through installing Redis, adding Maven dependencies, configuring Spring Boot, creating a Redis service interface and implementation, and building controller endpoints to generate and verify SMS verification codes, complete with code examples and deployment instructions.

Backend IntegrationCacheJava
0 likes · 10 min read
How to Integrate Redis for SMS Verification in a Spring Boot Mall Project
Hujiang Technology
Hujiang Technology
Aug 30, 2017 · Information Security

Design Principles and Security Considerations for User Account Systems

This article shares practical insights on building robust user account systems, covering the shift from usernames to phone numbers as unique identifiers, the drawbacks of passwords, the limited value of periodic password changes, the pitfalls of security questions, and best practices for token management, SMS/voice verification, captcha usage, and multi‑layered future security strategies.

AuthenticationSMS verificationToken Management
0 likes · 14 min read
Design Principles and Security Considerations for User Account Systems
System Architect Go
System Architect Go
May 17, 2017 · Backend Development

Implementing SMS Verification Codes with MongoDB TTL in a Backend Service

This article explains how to build a basic SMS verification feature by choosing a gateway, generating and storing 4‑digit codes in MongoDB with TTL, and validating them through a simple backend workflow using Node.js and Mongoose.

APIMongoDBMongoose
0 likes · 5 min read
Implementing SMS Verification Codes with MongoDB TTL in a Backend Service
Nightwalker Tech
Nightwalker Tech
Oct 15, 2016 · Operations

Practical Insights and Best Practices for SMS Verification and Voice Code Delivery

This discussion compiles real‑world experiences, security concerns, delivery‑rate comparisons, and operational strategies for SMS and voice verification codes, highlighting multi‑provider setups, template handling, monitoring, and mitigation of spam filtering and abuse.

SMS verificationdelivery ratemonitoring
0 likes · 8 min read
Practical Insights and Best Practices for SMS Verification and Voice Code Delivery