woheller69 / gptAssist

gptAssist is a simple WebView wrapper for ChatGPT
GNU General Public License v3.0
226 stars 6 forks source link

Temporarily whitelist SSO URLs during signin? #24

Closed ThatOneCalculator closed 7 months ago

ThatOneCalculator commented 8 months ago

I unfortunately have my OpenAI account locked to my Microsoft SSO. I'd love to use gptAssist, but I can't due to the SSO not working.

woheller69 commented 8 months ago

I will not implement that. Maybe you can separate your account from Microsoft SSO

ThatOneCalculator commented 8 months ago

I tried contacting support, it's impossible to separate it :(

woheller69 commented 8 months ago

you can try the unblocked version in #11

woheller69 commented 8 months ago

or better: a new OpenAI account...

ThatOneCalculator commented 8 months ago

I would, but I pay for plus (I know, cringe) on my current account and have it linked for work stuff.

ThatOneCalculator commented 8 months ago

For now, the unblocked version works great :)

I'd love if eventually there could be a middle-ground version with trackers blocked but SSO URLs whitelisted

woheller69 commented 8 months ago

I am thinking of a version that uses StevenBlack's host list https://github.com/StevenBlack/hosts for blocking But that is a lot of effort...

woheller69 commented 8 months ago

Please try this. Via the button at the top right (visible only when scrolled to the top) blocking can be switched on/off

-Uninstall -Remove .zip and install

app-release.apk.zip

ThatOneCalculator commented 8 months ago

Works like a charm!

ThatOneCalculator commented 8 months ago

The only problem is that it covers the + button

Screenshot_20231105-074510.png

Screenshot_20231105-074512.png

woheller69 commented 8 months ago

I know, but if you swipe up a bit, the button disappears and the "+" is back

ThatOneCalculator commented 8 months ago

Awesome! Maybe that could be shown in a toast.

ThatOneCalculator commented 8 months ago

Also, Bing search and image upload work as expected (except Bing search doesn't show favicons when surfing on sites, which is a good thing)

Screenshot_20231105-074811.png

Screenshot_20231105-074748.png

Atephys commented 7 months ago

I have tried this new implementation, as my account is tied to Google SSO and it still doesn't work for me, due to some Google's "use secure browsers" policy. Would you be able to fix that?

Screenshot_20231109-060038~2.png

woheller69 commented 7 months ago

Sorry, but I will not fix this for privacy reasons. This app only supports login with OpenAI account not tied to Google etc.

"Embedded webviews implementing or extending Android WebView do not comply with Google's secure browser policy for its OAuth 2.0 Authorization Endpoint"

https://developers.googleblog.com/2021/06/upcoming-security-changes-to-googles-oauth-2.0-authorization-endpoint.html

So changing that would not be an easy thing.

woheller69 commented 7 months ago

Please try this. Just a little test where I modified the user agent in unblocked mode. Maybe that helps.

-Uninstall -Remove .zip and install

app-release.apk.zip

Atephys commented 7 months ago

Thank you for the update. I tried this and was able to log in successfully. I really appreciate your help.

woheller69 commented 7 months ago

I am really impressed how "secure" Google's secure browser policy is. Just tell them you are not using WebView and they believe it. :-)))

ThatOneCalculator commented 7 months ago

I'd rather that be the case rather than Google adding more spyware "security features" to their browsers... 🥴

woheller69 commented 7 months ago

let's hope it works in the same reliable manner for the upcoming Android WebView Media Integrity API

ThatOneCalculator commented 7 months ago

Closed by v1.30