rvaidun / befake

view bereals without posting your own :)
286 stars 126 forks source link

Login got changed #34

Closed hubertoschusch closed 1 year ago

hubertoschusch commented 1 year ago

Bereals login got changed and now they use recaptcha to verify that you are not a robot

tadeasf commented 1 year ago

yep, getting "INVALID_APP_CREDENTIAL" when trying to login. I can try to help if OP is still working on this project?

s-alad commented 1 year ago

Bereals login got changed and now they use recaptcha to verify that you are not a robot

do you think there can be any bypass for this?

h7ndrx commented 1 year ago

@tadeasf yea i think he still working on it! do you know of any solution?

tadeasf commented 1 year ago

sure there is a solution. recaptha v2 isn't something new. just add the key to html head together with recaptha api and validate the reCAPTCHA response on the server-side when your form is submitted

tadeasf commented 1 year ago

I'm just not any good with Vue so I need to make sense of it, I'll then fork it and have a look

h7ndrx commented 1 year ago

great thank you! @tadeasf

rvaidun commented 1 year ago

marking this as closed. made changes to the login cloud function and site successfully sends OTP to phone number now instead of showing invalid app credentials