Make Mastodon access token updatable #467
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#467
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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).