You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Träwelling is requesting too many scopes on activitpub-servers that are not mastodon.
Due to a recent discussion in #2768 and subsequent debugging I've come to the following conclusion:
The problem is the following: Our old mastodon library had a bug and didn't allow anything except read/write scopes. It's technically possible now to change it, but we would have to rewrite a huge chunk of our login/social posting code to handle both "old" keys with their scopes and the new ones with reduced scopes. Also we would have to re-authenticate all users and about 500 instances. Which is a lot.
Note
What should we do here? I'm not sure if we can and should still change this.
Maybe add a flag in the mastodon servers table indicating the scopes?
Steps to reproduce
Create an account on a misskey instance
Log in on TRWL with your account
See way more scopes than read/write
Browser console logs
See also: https://blahaj.zone/notes/9u5sdaa31l6o01la
Browser
All
The text was updated successfully, but these errors were encountered:
Describe the bug
Träwelling is requesting too many scopes on activitpub-servers
that are not mastodon.Due to a recent discussion in #2768 and subsequent debugging I've come to the following conclusion:
Note
What should we do here? I'm not sure if we can and should still change this.
Maybe add a flag in the mastodon servers table indicating the scopes?
Steps to reproduce
Browser console logs
Browser
All
The text was updated successfully, but these errors were encountered: