Commit Graph

6 Commits

Author SHA1 Message Date
461f2fc775 temp 2026-02-28 23:00:57 +08:00
686c3dcd4e refactor: consolidate debug flag and update gitignore
- Rename debugMode to isDebug for consistency across codebase
- Move debug flag check in ValidateTimeStamp to match other validations
- Add database.db to gitignore and remove unused config file
- Update README.md to clarify user registration rules
2026-02-28 15:48:01 +08:00
cff81a0423 chore: ignore frp_client binary in gitignore 2026-02-27 21:04:56 +08:00
5020d61780 chore: ignore binary files for super-frpc 2026-02-26 11:57:47 +08:00
934190eebf feat: implement core functionality for super-frpc service
This commit introduces the core functionality for the super-frpc service including:
- Configuration management
- User authentication and authorization
- Database integration
- FRPC instance management
- API endpoints for user operations
- Token-based authentication system
- Password hashing and validation
2026-02-23 00:19:57 +08:00
6bf143e69e Initial commit 2026-02-22 00:31:39 +08:00