Commit Graph

5 Commits

  • chore(docs): add and refine package-level comments across modules
    - Added detailed package-level comments to improve documentation coverage.
    - Clarified parameter descriptions, return types, and functionality of exported methods across packages.
    - Enhanced overall code readability and API documentation consistency.
  • feat(auth): implement incremental auth updates with queue integration
    - Added support for incremental auth updates using `AuthUpdate` and `AuthUpdateAction`.
    - Integrated `SetAuthUpdateQueue` to propagate updates through a dedicated channel.
    - Introduced new methods for handling auth add, modify, and delete actions.
    - Updated service to ensure auth update queues are correctly initialized and consumed.
    - Improved auth state synchronization across core and file-based clients with real-time updates.
    - Refactored redundant auth handling logic for better efficiency and maintainability.