13 Commits

Author SHA1 Message Date
0xJacky 413dc631ee feat: add WebSocketTrustedOrigins configuration and implement origin validation for WebSocket connections
- Introduced `WebSocketTrustedOrigins` setting in `app.example.ini` and corresponding documentation.
- Refactored WebSocket origin checks across multiple API endpoints to utilize the new middleware for improved security.
- Added tests for the new origin validation logic to ensure proper handling of trusted origins and node secret requests.
2026-03-14 23:37:10 +08:00
Jray 0e7ea57110 feat: support oidc login (#1488) 2025-12-15 21:56:59 +08:00
Jacky 2f57a6c9e7 fix: settings test 2024-11-18 19:21:50 +08:00
江杭辉 6eb9cf072a fix: settings test error 2024-11-18 16:03:13 +08:00
Jacky 918f920d57 fix: gen code generator; some unit tests 2024-10-22 17:27:40 +08:00
Jacky 33a996e777 refactor: migrate to new cosy 2024-10-22 16:38:38 +08:00
Jacky 96cff98c66 chore: update docs 2024-10-09 08:51:41 +08:00
Jacky 20e55e715d fix(casdoor): use certificate path instead to address env issue #584 2024-10-06 22:57:13 +08:00
Jacky bdfbbd0e8f feat: login via passkey 2024-09-15 20:32:03 +08:00
Jacky 1e9de6f21b feat: customize local environment name #313 2024-05-07 11:22:44 +08:00
Jacky 4c74bc8619 feat: use env to predefine admin user #214 2024-05-06 23:50:32 +08:00
Jacky 13c4eb04a3 feat: add env to skip installation #357 2024-05-06 21:45:16 +08:00
Jacky cb0fb47e1c feat: use env to override settings 2024-05-06 21:24:53 +08:00