#Google auth logic error!

18 messages · Page 1 of 1 (latest)

azure karma
#

I have been developing with my gmail
But before now. my access was blocked.
what is that and how to solve this matter?
The backend use nest.js

#

The project was running normally, but suddenly it happened like this

wind jewel
#

Redirect uri mismatch. The uri you've registered with Google as the callback and the uri you've sent from the server don't match

azure karma
#

all router is correct

#

above env info is env.development 's

wind jewel
#

You'll want to rotate those secrets...

azure karma
#

The project was running normally, but suddenly it happened like this

wind jewel
#

You just exposed your client id and client secret to Facebook, stripe, and Google. Any malicious actor on this server could take those and make requests in bad faith using your credentials to either rack up crazy bills or try to retrieve sensitive user data. Go to each service and generate new IDs and secrets

#

And like I said, the error comes from a mismatch between Etsy you've told the app the redirect should be, and what your server is telling the app the redirect should be

azure karma
#

sorry for asking!
there is only redirect url

#

are you saing this:

#

THANK YOU VERY MUCH
Well DONE

#

😉

#

👍