Closed MegaTheLEGEND closed 1 month ago
Guys, I fixed that issue with vonage there: https://github.com/macedonga/beunblurred/issues/52 It now does not use vonage but a bereal api. I know that there is still a way to get vonage working by adding a tokens array that comes from arkoselabs but for that I need to be able to generate the bereal signature myself and I can't find it myself. So for now we can use that. Any way, do someone know where do I need to look to RE the signature making ?
@NOctu1412 In that case I'm going to close this pull request as Bereal no longer uses vonage. As well as the proposed method that this pull request used in order to solve the login issues no longer works.
I went to investigate why some other bereal projects like toofake still sign in and found that the only difference in vonage otp is that it is sending a signature in the header.
I have no clue what
https://sig.beunblurred.co/get?token=sOWSRnugxI
is or how it works, but I know it generates some sort of signature. after adding this the vonage login works again. I am aware that it is part of another persons project. That being said, maybe it would be better to try and reverse engineer it than just use it? and maybe this is more of something that should not be merged but an idea of how to fix it? idk much about this stuff.also I updated all the packages.