Replies: 1 comment
-
Well, it seems that i have to use a "custom uri" somebody have experience with that in kivy??? or a "reverse domain name pattern"...... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Im trying to make a cellphone app for the great web lichess.org.
I read the documentation of the lichess API and also the documentation for the python module related.
https://lichess.org/api#tag/OAuth/operation/oauth
https://lichess-org.github.io/berserk/usage.html#authenticating (here there is no much info about oauth2.)
Except:
In the lichess API you will read:
redirect_uri required.... The absolute URL that the user should be redirected to with the authorization result.
And they recommend, as i understand to use oauth2
Well, lets say that i have two problems for now:
What will be the redirect_uri in the cellphone app???? i dont get it.
And... i need to put a web server up to debug the app?
Thank you all.
Beta Was this translation helpful? Give feedback.
All reactions