You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚑 Fix 400 Bad Request on login - Add protobuf authentication support (#……108)
* auth_pb2.py
protobuf authentication
* Delete auth_pb2.py
* added auth_pb2.py
added auth_pb2.py to support protobuf authentication
* Implement new Steam auth API with protobuf support
Updated login.py to support new Steam authentication API using protobuf. Added error handling for missing protobuf library and modified session request and polling methods to use protobuf encoding.