kanboard-api is a type-safe, idiomatic Go client library for the Kanboard (https://kanboard.org) API.
Add comprehensive tests for HTTP Basic Auth support: - API token authentication (jsonrpc + token) - Username/password authentication - Verify no auth header when unconfigured - Fluent configuration method chaining - Auth overwrite behavior The auth implementation was completed in the previous commit as a dependency for JSON-RPC client. Closes: kanboard-api-k33 |
||
|---|---|---|
| .beads | ||
| .gitattributes | ||
| .gitignore | ||
| AGENTS.md | ||
| auth.go | ||
| auth_test.go | ||
| client.go | ||
| errors.go | ||
| go.mod | ||
| jsonrpc.go | ||
| jsonrpc_test.go | ||