Replies: 4 comments 8 replies
-
At least on android bereal started using pairip make our lives as hard as they possibly can. Did you use an iOS device to check this behavior? From my testing simply injecting into the apk is not really viable, let alone making successful API requests afterwards. |
Beta Was this translation helpful? Give feedback.
-
Could be wrong about it but I believe that the endpoints should still be available without signatures when providing older app versions in the headers |
Beta Was this translation helpful? Give feedback.
-
what does this mean for us? Can't login? Will we be completely unable to do anything in the future? |
Beta Was this translation helpful? Give feedback.
-
the iOS login method is still working. But more and more api endpoints are being secured with the signature. it's only a matter of time before nothing works anymore. |
Beta Was this translation helpful? Give feedback.
-
Every request sent to https://auth.bereal.team/ on 1.13.1 (and older?) now has a "bereal-signature" header.
For now, the only requests that were blocked without it are auth related (return HTTP 400 without error codes). Firebase login has started requiring play integrity check, so that's out of scope.
Does anyone have a working login implementation?
Beta Was this translation helpful? Give feedback.
All reactions