Skip to content
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

Catch up Mastodon's API changes #3

Open
dahlia opened this issue Aug 22, 2024 · 2 comments
Open

Catch up Mastodon's API changes #3

dahlia opened this issue Aug 22, 2024 · 2 comments

Comments

@dahlia
Copy link
Owner

dahlia commented Aug 22, 2024

@hollo fyi, slight change in API: Mastodon is going to support either string or array of strings for the redirect_uris parameter in app registration: https://github.com/dahlia/hollo/blob/main/src/api/v1/apps.ts#L12

https://github.com/mastodon/mastodon/pull/29192

— Emelia 👸🏻 (@ThisIsMissEm@hachyderm.io) 8/22/2024, 10:33:41 PM

@hollo also, the verify credentials endpoint now supports a ‘profile’ scope as well: https://github.com/dahlia/hollo/blob/main/src/api/v1/accounts.ts#L52

— Emelia 👸🏻 (@ThisIsMissEm@hachyderm.io) 8/22/2024, 10:34:48 PM

@hollo you'll probably also want to support PKCE for authorization requests + Authorization Server Metadata, since that should hopefully start to get used by all applications once 4.3 is released.

— Emelia 👸🏻 (@ThisIsMissEm@hachyderm.io) 8/22/2024, 10:37:22 PM
@ThisIsMissEm
Copy link
Contributor

There's been a tonne more, but those are the key ones. mastodon/documentation#1445

@ThisIsMissEm
Copy link
Contributor

Multiple redirect URIs support in #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants