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

ITC-Mobile: option to use external browser for Google OAuth #290

Closed
wants to merge 5 commits into from

Conversation

johnd0e
Copy link
Contributor

@johnd0e johnd0e commented Dec 10, 2019

This change is Reviewable

@johnd0e johnd0e added the mobile label Dec 10, 2019
* Added an option to select a method for opening external links (classic method, custom tabs, browser)

Known issues:
* Authorization in Sync plugin using Custom Tabs or a browser is not supported because Google Drive library checks for Google cookies
* Custom tabs are not supported until android 5.0. It is necessary to add a version check to prevent crashing
Change setting key type to string
@le-jeu
Copy link
Contributor

le-jeu commented Dec 27, 2020

do you succeed to log with custom tabs ? I fail to get the redirection back to IITCm

Edit: ok, got it working on Intel login, but fails with plugin login (even with the button to get back to iitcm)

@johnd0e
Copy link
Contributor Author

johnd0e commented Dec 28, 2020

but fails with plugin login

I had the same issue, and was going to forbid external login for sync.

@johnd0e
Copy link
Contributor Author

johnd0e commented Dec 28, 2020

There are possible 2 different approaches
Either detect sync login by some url param (easy to implement for sync, but not cover other possible plugins), or automatically forbid external login after iitc is already booted.

@modos189 modos189 closed this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants