Kora HTTP Client Auth

Authenticating outgoing Kora 2.0 HTTP clients — the built-in BasicAuthHttpClientInterceptor / ApiKeyHttpClientInterceptor / BearerAuthHttpClientInterceptor from io.koraframework:http-client-common, the synchronous HttpClientTokenProvider, hand-written HttpClientInterceptor, @InterceptWith wiring, OAuth2 client-credentials token caching and 401 retry. Use when a @HttpClient must send Basic / API-key / Bearer credentials, when porting a 1.x Context/CompletionStage token flow to the synchronous 2.0 contract, or when an outbound call returns 401. For inbound request auth see kora-http-server-auth.

kora-projects 41e17c2 20 files · 149.2 KB Updated

File contents

kora-projects/kora-skills/tree/main/plugins/kora-v2/skills/kora-http-client-auth commit 41e17c2b0a

Frequently asked questions

npx skillmds@latest add kora-projects/kora-http-client-auth-2