Hi, I am using the fxa-python-client [0] for interacting with the fxa-auth-server [1].
The client has proved very useful in understanding how onepw protocol [2] works, but since this morning I keep getting errno 125 when posting to the /account/login endpoint (I am using my personal Firefox Account's email and password). I have to mention that I didn't have this problem the previous days, every call to the login endpoint working perfectly. Also, I can log in with my Firefox Account from the Sync interface without any problems. After looking at the response format [3] I noticed that error number 125 means "request blocked for security reasons". So my question is why I keep getting this response, what security issues can possibly be and how could it be fixed? I tried to search for more details but I couldn't find any. Any thoughts are appreciated. Thank you, Gabriel Ivașcu [0] https://github.com/mozilla/fxa-python-client [1] https://github.com/mozilla/fxa-auth-server [2] https://github.com/mozilla/fxa-auth-server/wiki/onepw-protocol [3] https://github.com/mozilla/fxa-auth-server/blob/master/docs/api.md#response-format _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

