implement mastodon oauth authorization #22
No reviewers
Labels
No labels
bug
customization
duplicate
enhancement
feature parity
help wanted
high priority
invalid
low priority
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: woem.men/forkey#22
Loading…
Reference in a new issue
No description provided.
Delete branch "sugar/forkey:implement-mastodon-oauth"
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?
What
Implemented enough of Mastodon OAuth authentication for salted caramel to work (after modifying it to use HTTP URLs rather than HTTPS URLs).
OAuth doesn't work in dev mode, it's necessary to use
pnpm build && pnpm start
.Why
Working towards full Mastodon API implementation.
Additional info (optional)
This modifies
app
table to contain Mastodon specific information, which will be used later for implementation of/api/v1/apps/verify_credentials
.Checklist
a44d8a14f6
to629d28218d
629d28218d
to511c429d48
511c429d48
tobd88c5261e
bd88c5261e
to61db718bae
61db718bae
to67c323a8f2
67c323a8f2
to125bf6fe93
Added support for masto-fe-standalone.