Make Mastodon access token updatable #467
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to be able to, for already signed-in accounts, update the token to have new scopes (push), replace it everywhere it's in use, and then revoke the old token.
Only happens when push notifications are being enabled, if the push registration request fails (since we don't have any record of what scopes the saved token was created with).