Skip to content

Add S3-key auth: injected credentials and a login helper - #74

Open
jbuckner wants to merge 1 commit into
mainfrom
s3-auth
Open

Add S3-key auth: injected credentials and a login helper#74
jbuckner wants to merge 1 commit into
mainfrom
s3-auth

Conversation

@jbuckner

Copy link
Copy Markdown
Owner

Closes #36. Unblocks the write APIs and the Changes API in #35.

🤖 Generated with Claude Code

https://claude.ai/code/session_015u2FT1T8yYQsEztyKg6UGf

Credentials (S3 access and secret, optional cookies) attach to every
request as Authorization: LOW access:secret plus a Cookie header when
cookies are present. login(email:password:) wraps the xauthn endpoint
and returns the account's keys and cookies without storing anything;
persisting them is the app's job. Nothing in the login path is logged.

Closes #36

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015u2FT1T8yYQsEztyKg6UGf
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 86.66667% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.33%. Comparing base (230a09a) to head (56628ab).

Files with missing lines Patch % Lines
InternetArchiveKit/InternetArchiveProtocols.swift 0.00% 10 Missing ⚠️
InternetArchiveKit/InternetArchive.swift 96.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   91.98%   91.33%   -0.66%     
==========================================
  Files          13       14       +1     
  Lines         686      773      +87     
==========================================
+ Hits          631      706      +75     
- Misses         55       67      +12     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add S3-key auth: consume injected credentials, optional xauthn login helper

1 participant