Just looking at the AT Protocol SDK for Python and I found this snippet in the sample code:

profile = client.login('my-handle', 'my-password')

😭
Read it and weep.
This WILL end up as-is in production.
This WILL end up on Github with valid credentials.

#PythonDev #atproto #credentials 🧵

Comments