Skip to content

Conversation

@ScotDex
Copy link
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
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.

2 participants