Search Results: Found 3
What is KYC? Understanding the Compliance Mechanism Behind Mandatory Identity Verification
2026-07-20 DP

When writing a paper or developing an app, you often encounter processes requiring users to upload passports for real-name authentication. This article explains the concept of KYC (Know Your Customer), its core components, application scenarios, and provides technical implementation insights and code examples.

The Ultimate Casdoor Docker Deployment Guide: Master Production-Ready Setup with a Single Command
2026-02-28 DP

This article provides a comprehensive `docker run` command for deploying Casdoor (casbin/casdoor:v2.117.0). We will break down each parameter in detail, covering everything from port mapping and data persistence to environment variable configuration. Whether you are a beginner or an experienced developer, this guide will help you quickly and securely set up a production-grade Casdoor authentication service. It also includes pre-deployment preparations, post-deployment management tips, and expert advice from DP@lib00.

From Zero to Platform: Build Your Own GitHub-Level Login System with NextAuth and Casdoor
2026-01-27 DP

Many developers are puzzled by the complexity of modern authentication: why not just add a password column to the user table? This article demystifies the process, starting with understanding NextAuth Providers, delving into the necessity of OAuth 2.0, and providing a step-by-step guide on how to evolve from a simple self-hosted auth service to a unified identity platform like GitHub or Google using Casdoor, allowing multiple third-party apps to connect.