Oauth2 flow without redirect_uri

后端 未结 5 1548
北海茫月
北海茫月 2021-01-05 06:15

I am creating an Android/iOS app which communicates with a Node.js server and would like to identify them securely on my server using Google (and/or Facebook) and OAuth2. I\

5条回答
  •  梦谈多话
    2021-01-05 06:55

    TL;DR How do you use OAuth2 to authenticate users between my client and my server without redirection?

    You can't. OAuth requires that the user is directed to an authorization (and possibly login) screen, and then redirected back to your app.

提交回复
热议问题