Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
1024XEngineer
/
Windup
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
27
Code
Issues
16
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(user): 用户认证模块——注册/登录/JWT/验证码/限流
- #149
#149
Merged
nighca
merged 12 commits into
1024XEngineer:main
1024XEngineer/Windup:main
from
xiaocheny214:feat/user-auth
xiaocheny214/DireSoul:feat/user-auth
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
feat(user): 用户认证模块——注册/登录/JWT/验证码/限流
#149
nighca
merged 12 commits into
1024XEngineer:main
1024XEngineer/Windup:main
from
xiaocheny214:feat/user-auth
xiaocheny214/DireSoul:feat/user-auth
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
feat(docker): add Docker Compose deployment for backend and PostgreSQL
Show description for 65ca7c9
xiaocheny214
committed
65ca7c9
View commit details
Copy full SHA for 65ca7c9
Browse repository at this point
fix(deploy): make the container build and the API reachable from the browser
Show description for 9f99ed1
2 people
authored and
xiaocheny214
committed
9f99ed1
View commit details
Copy full SHA for 9f99ed1
Browse repository at this point
feat(user): add user module with JWT auth, email verification, rate limiting
Show description for 64f4e5d
xiaocheny214
committed
64f4e5d
View commit details
Copy full SHA for 64f4e5d
Browse repository at this point
fix(test): add auth_client fixture for project API tests
Show description for 38a1096
xiaocheny214
committed
38a1096
View commit details
Copy full SHA for 38a1096
Browse repository at this point
fix(app): clean bootstrap imports and enable ORM auto-create tables
Show description for 3bca4e6
xiaocheny214
committed
3bca4e6
View commit details
Copy full SHA for 3bca4e6
Browse repository at this point
fix(auth): catch BizException in AuthMiddleware.dispatch
Show description for d0f17c7
xiaocheny214
committed
d0f17c7
View commit details
Copy full SHA for d0f17c7
Browse repository at this point
feat(user): add nickname update, password reset, and login rate limiting
Show description for c2f2448
xiaocheny214
committed
c2f2448
View commit details
Copy full SHA for c2f2448
Browse repository at this point
chore(dev): add pytest-cov to dev dependencies
xiaocheny214
committed
56e6e31
View commit details
Copy full SHA for 56e6e31
Browse repository at this point
chore: add .coverage and htmlcov to gitignore
xiaocheny214
committed
6c8cf58
View commit details
Copy full SHA for 6c8cf58
Browse repository at this point
fix(test): remove unused imports in test_auth_middleware.py
xiaocheny214
committed
76083b8
View commit details
Copy full SHA for 76083b8
Browse repository at this point
test(project): skip project API tests until router is implemented
xiaocheny214
committed
a4798a5
View commit details
Copy full SHA for a4798a5
Browse repository at this point
fix(ratelimit): only trust X-Forwarded-For from trusted proxies
Show description for bb1ddd1
xiaocheny214
committed
bb1ddd1
View commit details
Copy full SHA for bb1ddd1
Browse repository at this point
You can’t perform that action at this time.