-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
[feature] Support for oauth redirect_uri urn:ietf:wg:oauth:2.0:oob
#108
Comments
urn:ietf:wg:oauth:2.0:oob
urn:ietf:wg:oauth:2.0:oob
When I try to get connected from a browser on a computer using Chromium or Firefox that url isn't understood and clients like toot can't get authorized. |
Is there a work-around for this? The README implies compatability; can anyone use any Mastodon client with GoToSocial without this? |
Yes, clients that don't use If you need the token separately, the workaround is currently to log in with something like pinafore and check your network requests for the Authorization: Bearer [token] header. It's not ideal but it works until we get this properly implemented :) |
I'd been using Fedilab (Android) with a mastodon.social account. It does connect and authenticate to gotosocial; I was able to change my avatar through the app as well. Any other changes (unlocking the account, setting posts to public, making the account findable) all resulted in an error on the server:
I did a quick search in the issues and didn't find a match, so I'm still not sure if this is just a weird interaction between Fedilab and gotosocial, or something else. The issue is that's 2-for-2 of the clients I use that don't work with gotosocial and I'm not sure where to go from here. |
Bad request, hmm.... Will have to debug this one. For clients, there are still plenty that work, but I can understand it's a bit frustrating when your fave clients don't. Did you try the latest version of Fedilab? See #521 (comment) If it still doesn't work, I'll open an issue to investigate fedilab incompatibility :) |
Hm. The last post on that ticket mentions Fedilab 3.0.10 working; I'm running Fedilab 3.3.0, so maybe there's been a regression. I'll change the log level on UPDATE #895 |
I've confirmed that #889 works with tut and gomphotherium. Thank you! |
This is the mechanism Mastodon uses to allow users to request tokens to pass to external apps and bots that can't go through the normal browser webflow.
The oauth library we're using in GoToSocial doesn't yet support this, so we need to look into hacking around it.
The text was updated successfully, but these errors were encountered: