tracker for various hytale-related stuff
Find a file
devilreef 65f900169b feat: add Hono API with JWT authentication
- Implement REST API using Hono framework with token-based auth
- Add JWT middleware for scope-based access control
- Create version endpoints: launcher, downloader, patches, server
- Add account lookup endpoints (by UUID or username)
- Fetch server software with signed URLs and full version data
- Add token signing utility script for testing
- Support configurable account UUID for game session creation
- Integrate API server with existing module system

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-17 00:24:27 +06:00
.vscode feat: initial commit 2026-01-08 21:52:19 +06:00
scripts feat: add Hono API with JWT authentication 2026-01-17 00:24:27 +06:00
src feat: add Hono API with JWT authentication 2026-01-17 00:24:27 +06:00
tokens refactor: convert to modular system with Hytale update trackers 2026-01-16 01:18:15 +06:00
.env.example feat: initial commit 2026-01-08 21:52:19 +06:00
.gitignore feat: add Hono API with JWT authentication 2026-01-17 00:24:27 +06:00
CLAUDE.md refactor: convert to modular system with Hytale update trackers 2026-01-16 01:18:15 +06:00
config.json.example refactor: update message forwarding logic to support channel-based matching alongside role-based matching; enhance configuration structure to include channels; update documentation and example config 2026-01-08 22:06:07 +06:00
Dockerfile refactor: update message forwarding logic to support channel-based matching alongside role-based matching; enhance configuration structure to include channels; update documentation and example config 2026-01-08 22:06:07 +06:00
eslint.config.mjs feat: initial commit 2026-01-08 21:52:19 +06:00
package.json feat: add Hono API with JWT authentication 2026-01-17 00:24:27 +06:00
pnpm-lock.yaml feat: add Hono API with JWT authentication 2026-01-17 00:24:27 +06:00
pnpm-workspace.yaml feat: initial commit 2026-01-08 21:52:19 +06:00
tsconfig.json feat: initial commit 2026-01-08 21:52:19 +06:00