yao/sui/api
Max 87f80b0ccc Refactor OAuth token refresh handling to improve concurrency management
- Introduce a refresh gate mechanism to prevent duplicate refresh attempts for the same token, allowing concurrent requests to safely handle expired tokens.
- Update the guard and refresh token logic to utilize the new error handling for in-progress refresh operations, enhancing the reliability of the authentication flow.
- Remove the previous caching mechanism for refresh status, streamlining the code and improving clarity in the refresh process.
2026-03-02 14:12:22 +08:00
..
api.go Enhance API Guards and Documentation 2026-01-04 16:40:23 +08:00
build_test.go Optimize $backend function call 2024-08-04 11:40:15 +08:00
guards.go Refactor OAuth token refresh handling to improve concurrency management 2026-03-02 14:12:22 +08:00
process.go [feat] add SUI template.render process 2024-08-10 16:58:38 +08:00
process_test.go fix sui test cases 2024-07-17 16:44:42 +08:00
render.go feat: Enhance global build context and component handling 2025-04-23 16:08:10 +08:00
render_test.go Improve SUI TemplateRender 2024-08-10 19:34:36 +08:00
request.go Enhance guard handling and template configuration merging 2026-02-15 16:34:31 +08:00
request_test.go [feat] SUI support BeforeRender hook for dataset processing, and deprecating the s:set method. 2024-07-25 17:56:40 +08:00
run.go Implement dynamic route resolution using rewrite rules 2026-02-13 23:44:28 +08:00
sui.go Refactor SUI Command Arguments and Enhance Default Template Handling 2026-01-01 10:28:45 +08:00
sui_test.go feat: output warning messages during sui page build 2024-07-09 05:56:29 +08:00