Skip to main content
← Back to list
01Issue
FeatureShippedSwamp Club
Assigneesstack72

Relationships

#1201 Docs: update auth login examples for username support and piped passwords

Opened by stack72 · 7/17/2026· Shipped 7/17/2026

The non-interactive login documentation in content/manual/how-to/authenticate-with-api-keys.md needs updating after swamp-club/swamp#1876:

What changed:

  • swamp auth login now supports bare usernames (not just email) via the new /api/auth/sign-in/credential endpoint (swamp-club/swamp-club#906)
  • Piped passwords now work: printf 'pass\n' | swamp auth login --username alice
  • --username flag is now honored — only the password is prompted when it's provided

What to update:

  • The non-interactive example currently uses --username alice — update to show it works with both usernames and emails
  • Add an example showing piped password: printf 'mypassword\n' | swamp auth login --username alice --no-browser
  • Note that piped stdin requires --username to be provided via flag

Related: swamp-club#1194

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

7/17/2026, 3:40:12 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack727/17/2026, 3:28:20 PM

Sign in to post a ripple.