tracker for various hytale-related stuff
Find a file
devilreef 410fc736c7 fix: decode JWT exp claim for accurate token expiry
Previously, tokens with expires_in were recalculated as Date.now() +
3600s on each load, ignoring the actual JWT expiry. Now decodes the
JWT's exp claim to get true expiry and resaves file with expires_at.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-16 04:31:07 +06:00
.vscode feat: initial commit 2026-01-08 21:52:19 +06:00
src fix: decode JWT exp claim for accurate token expiry 2026-01-16 04:31:07 +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 refactor: convert to modular system with Hytale update trackers 2026-01-16 01:18:15 +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 chore: update pnpm 2026-01-08 22:44:41 +06:00
pnpm-lock.yaml feat: initial commit 2026-01-08 21:52:19 +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