Skip to content

Fix API auth script#5

Merged
ScotDex merged 1 commit into
mainfrom
codex/update-api-auth-script-for-base64-encoding
Jul 8, 2025
Merged

Fix API auth script#5
ScotDex merged 1 commit into
mainfrom
codex/update-api-auth-script-for-base64-encoding

Conversation

@ScotDex
Copy link
Copy Markdown
Owner

@ScotDex ScotDex commented Jul 8, 2025

Summary

  • fix Base64 generation in api-auth-script.ps1
  • clean up the last line and ensure newline at EOF

Testing

  • python3 - <<'PY' import base64 cred='admin:password' cred_bytes=cred.encode('ascii') base64_auth=base64.b64encode(cred_bytes).decode('ascii') header='Basic ' + base64_auth print(header) PY

https://chatgpt.com/codex/tasks/task_e_686d91901a608324ab6a0cbae3409410

@ScotDex ScotDex merged commit eca0148 into main Jul 8, 2025
2 checks passed
@ScotDex ScotDex deleted the codex/update-api-auth-script-for-base64-encoding branch February 12, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant