skillhub/server/skillhub-auth/src
dongmucat b30de8d7af fix(auth): add /api/cli/ path to ApiTokenAuthenticationFilter
Enable API token authentication for CLI endpoints by adding /api/cli/
to the filter's path whitelist. Previously, CLI endpoints were not
processed by the token authentication filter, causing all Bearer token
requests to fail with 401.
2026-04-29 15:37:04 +08:00
..
main/java/com/iflytek/skillhub/auth fix(auth): add /api/cli/ path to ApiTokenAuthenticationFilter 2026-04-29 15:37:04 +08:00
test feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00