Files
macm1new/server
cheng zhen 8a5db8e84e feat: implement user generation tracking and GitHub star validation for license key generation
- Added UserGeneration model to track user license generation counts and statuses.
- Introduced validateStar utility to check if a user has starred the project on GitHub.
- Updated license key generation endpoint to validate user star status and manage generation limits.
- Refactored server.js to handle new user generation logic and improved error handling.
2025-01-03 15:52:53 +08:00
..
2025-01-03 11:40:44 +08:00
2024-12-30 22:42:20 +08:00

docker build --platform linux/amd64 -t ccz2/cursor-auth-server:latest . docker push ccz2/cursor-auth-server:latest