Commit Graph
6 Commits
Author SHA1 Message Date
NanamiAdmin d2d92e222d temp 2026-02-28 23:00:57 +08:00
NanamiAdmin b46f6dbfc2 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
NanamiAdmin 4c041ee922 chore: ignore frp_client binary in gitignore 2026-02-27 21:04:56 +08:00
NanamiAdmin 7e163b5216 chore: ignore binary files for super-frpc 2026-02-26 11:57:47 +08:00
NanamiAdmin 2a8a8ef262 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
NanamiAdmin 6bf143e69e Initial commit 2026-02-22 00:31:39 +08:00