question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to login via OAuth ?

See original GitHub issue

General Question

Read the Notes and fill out the form. Switch to Preview for reading.

Notes

Your issue will be closed if you violate any rule below.

  • You need to include a meaningful descriptions and e.g. a screenshot.
  • You do not include screenshots of your code.
  • Read the Docs.
  • Capturing endpoints and similar can be found here (read it if you are going to ask about it).
  • You can delete this section after reading it.

Form

Put an [x] if you meet the condition, else leave [ ].

Question

A specific question, so it’s understandable to anyone. You may add pictures.

I am developing an Progressive Web Application , by part of this App ,user is able to search an Instagram page and fetch all public info about page ( followers, following , bio, …) , Since this app will have a lot of users, if a lot of user call to back-end at the same time and back-end code call to Instagram private api based on one specific account then Instagram platform will banded this account , so I am ganna to know that is it possible to force user Login in through Instagram OAuth and when user received access token then we use this Token for login and fetch data from Instagram directly on client side?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
Nerixyzcommented, Jan 14, 2020

There are other issues on React Native. I don’t know it enough to give recommendations.

1reaction
Nerixyzcommented, Jan 14, 2020

Unfortunately this isn’t possible. The regular API works that way but not the API used in the app which uses cookies to authenticate. If you’re dealing with multiple users in one IP it’s recommend to use proxies or to make the requests on the client side (only possible in node or add-ons due to CORS).

Read more comments on GitHub >

github_iconTop Results From Across the Web

End User Authentication with OAuth 2.0
Authentication is all about the user and their presence with the application, and an internet-scale authentication protocol needs to be able to do...
Read more >
What You Need To Know About OAuth2 And Logging In With ...
OAuth2 makes it easy for users to log into your app, to not have to remember a password for every website, and to...
Read more >
Requiring User Login - OAuth 2.0 Simplified
Most services use a traditional username/password login to authenticate their users, but this is by no means the only way you can approach...
Read more >
Using OAuth 2.0 to Access Google APIs | Authorization
1. Obtain OAuth 2.0 credentials from the Google API Console. 2. Obtain an access token from the Google Authorization Server. 3.
Read more >
User Login with OAuth > OAuth2 in 8 Steps | SymfonyCasts
But instead, let's actively allow anonymous users to go through the authorization process. And when they do, let's create a new user in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found