shashi278 / social-auth-kivy

Integrate Google, Facebook, Github & Twitter login in kivy applications
MIT License
150 stars 23 forks source link

What value should I use for the "Authorized redirect URIs" parameter? #18

Closed YuriSilenok closed 2 years ago

YuriSilenok commented 2 years ago

The code of the problem I'm solving is in this branch.

I set up everything I could, but I couldn't figure out what to write in this field? image I get an error: 400: redirect_uri_mismatch

YuriSilenok commented 2 years ago

I want to add that I am trying to run my application on Windows Desktop and authorization takes place through the browser.

shashi278 commented 2 years ago

@YuriSilenok Are you still facing this?

YuriSilenok commented 2 years ago

@shashi278 Yes, the question is still relevant. I would be grateful to you for any information about that.

shashi278 commented 2 years ago

It should be just the url where you want it to redirect. It should be https://127.0.0.1/loginGoogle/callbackGoogle

shashi278 commented 2 years ago

And thanks for pointing this out. It should be there in the docs

YuriSilenok commented 2 years ago

@shashi278 This is a victory! Thank you very much. image