-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I auth with Github without a Popup or Tab? #210
Comments
I have the same question but can't find the correct answer.. Keep me up to date if you end up solving it? |
@EmanuelDellsen @AllanOricil pull request had been added, #219 |
At the end I created my own integration flow using a server-2-server approach. You guys can check this github auth serverless service I created on AWS. Basically I use a server-2-server auth flow to retrieve an access_token which later it is exposed for an application as a service. In this example I'm responding the user credentials as a query parameter, but you can use cookies too. |
Try to use: |
I was looking for a way to stay in the same window while authenticating to git. I saw I can auth using a popup and also disabling it, thus using a tab. But I wanted something that would stay in the same window. Is it possible?
The text was updated successfully, but these errors were encountered: