yusing
f411e17d80
feat(json): improve JSON performance with bytedance/sonic
2025-09-29 17:43:34 +08:00
yusing
2a05c6a630
refactor: move websocket package and some http utils to seperate repo
2025-09-27 14:16:42 +08:00
yusing
6776f20332
refactor: move task, error and testing utils to separte repo; apply gofumpt
2025-09-27 13:41:50 +08:00
yusing
5043ef778f
refactor: remove gphttp.ServerError method
2025-09-27 12:47:51 +08:00
yusing
22bcf1201b
refactor: move some io, http and string utils to separate repo
2025-09-27 12:46:41 +08:00
yusing
f9affba9fc
refactor(modules): replace github.com/yusing/go-proxy with github.com/yusing/godoxy
2025-09-22 16:44:59 +08:00
yusing
8b8969f033
fix(auth): change userpass to redirect to login and update documentation
2025-09-14 21:11:20 +08:00
yusing
93e1d17090
fix(auth): revert userpass PostAuthCallback to respond http 200
2025-09-14 11:19:37 +08:00
yusing
3288624cf2
refactor(auth): change PostAuthCallbackHandler to redirect to home page instead of sending OK status
2025-09-13 23:21:58 +08:00
yusing
35a3e3fef6
refactor(api): restructured API for type safety, maintainability and docs generation
...
- These changes makes the API incombatible with previous versions
- Added new types for error handling, success responses, and health checks.
- Updated health check logic to utilize the new types for better clarity and structure.
- Refactored existing handlers to improve response consistency and error handling.
- Updated Makefile to include a new target for generating API types from Swagger.
- Updated "new agent" API to respond an encrypted cert pair
2025-08-16 13:04:05 +08:00
yusing
abe81541db
fix(login): login not working with user password
2025-05-31 07:11:19 +08:00
yusing
f9a8aede20
feat: hCaptcha middleware
2025-05-04 17:21:12 +08:00
yusing
4f557043a5
fix(auth): login issue with user password authentication
2025-04-26 01:34:46 +08:00
yusing
af8d2c74f6
revert(oidc): api breaking changes
2025-04-25 11:10:21 +08:00
yusing
7461344004
fix: json store marshaling, api handler
...
- code clean up
- uncomment and simplify api auth handler
- fix redirect url for frontend
- proper redirect
2025-04-24 04:47:42 +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