Commit Graph

3 Commits

Author SHA1 Message Date
ethan.chen
32f7b86f28 feat: implement authentication middleware and routes
- Added `auth.ts` for JWT authentication middleware.
- Created `auth` route to handle authentication and token verification.
- Integrated authentication middleware into `media.ts` for protected routes.
- Updated `main.ts` to register the new authentication route.
2025-06-23 16:57:22 +08:00
ethan.chen
499321a842 chore: add .gitignore, remove VSCode settings, and optimize database queries 2025-06-13 14:42:57 +08:00
ethan.chen
c60fde3321 init: 初始化 2025-06-13 13:56:26 +08:00