mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
47f48be514
Replaced `getMiddleware` with `onServerInit` for streamlined middleware registration. Updated `AppAuth` to automatically register its authentication middleware. Added a test case to verify middleware registration. Removed redundant cookie renewal logic from `AdminController` and made related adjustments across modules.