* feat: support merge role function
* feat: test
* fix: snippets merge bug
* feat: support with-acl-meta allowedActions
* feat: support mobileRoutes role union
* feat: support union role of data source manager plugin
* fix: merge action fields
* fix: merge action
* chore: code clean
* fix: perform a deep clone of the object in the toJSON method
* refactor: mergeRole code migration
* fix: desktopRoutes test
* fix: build
* refactor: optimze acl role code and add test
* fix: bug
* fix: skip test
* fix: acl role action whitelist invalid
* fix: actions bug
* chore: merge develop
* chore: desktop routes code
* fix: test
* feat: support set system role mode
* fix: test
* fix: snippets bug
* chore: update text
* fix: test
* fix: test
* fix: text
* fix: text
* refactor: optimze code
* refactor: optimze code
* refactor: optimze code
* refactor: optimze code
---------
Co-authored-by: 霍世杰 <huoshijie@huoshijiedeMacBook-Pro.local>
Co-authored-by: chenos <chenlinxh@gmail.com>
* fix(auth): handle non-existent user with 401 error and update locale messages
* fix(auth): enhance error handling for 401 status with specific error codes
* fix(auth): improve 401 error handling by checking for specific error codes
* fix(auth): improve logging by including full context and error details
* fix(auth): enhance logging with error handling for token renewal
* feat(auth): init checkToken
* feat(auth): implement checkToken method with detailed token status and user information
* fix(auth): update check method to handle expired tokens and improve token renewal process
* feat(auth): add logging for token renewal process and new error code for stream requests
* feat(auth): session expiration check everytime
* feat(auth): validate token validity period against session validity period
* fix(auth): correct wording for session validity period in localization file
* fix(auth): update redirect logic to handle specific auth error codes
* fix(auth): correct error response structure for token renewal and stream requests
* fix(auth): add token expiration check to update token status
* fix(notification): add skipAuth option to SSE stream request
* fix(auth): simplify redirect logic in auth check middleware
* fix(auth): update logging to include request headers and enhance error handling in auth middleware