Skip to content
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

Closed
AllanOricil opened this issue Jul 21, 2020 · 4 comments
Closed

Can I auth with Github without a Popup or Tab? #210

AllanOricil opened this issue Jul 21, 2020 · 4 comments

Comments

@AllanOricil
Copy link

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?

@EmanuelDellsen
Copy link

I have the same question but can't find the correct answer.. Keep me up to date if you end up solving it?
Thank you in advance!

@izi-SL
Copy link

izi-SL commented Dec 10, 2020

@EmanuelDellsen @AllanOricil pull request had been added, #219

@AllanOricil
Copy link
Author

AllanOricil commented Dec 11, 2020

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.

@piotr-szewczyk
Copy link

Try to use: popupOptions: null in provider options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants