- 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.
docker build --platform linux/amd64 -t ccz2/cursor-auth-server:latest . docker push ccz2/cursor-auth-server:latest