Commit Graph

3 Commits

Author SHA1 Message Date
yusing
167d54ae57 chore(embed): adopt *.min.* for embedded HTML/JS
Point go:embed at block_page.min.html, loading_page.min.html,
loading.min.js, and captcha.min.html.  Update the minified-files
gitignore glob from **/*-min.* to **/*.min.*.
2026-04-23 17:23:39 +08:00
yusing
4b2a6023bb refactor(auth): update WriteBlockPage function to include action text and URL 2025-12-22 10:27:48 +08:00
yusing
b815c6fd69 feat(oidc): support token refreshing via offline_access scope
- refactored code
- moved api/v1/auth to auth/
- security enhancement
- env example update
- default jwt ttl changed to 24 hours
2025-04-23 17:50:22 +08:00