Skip to content

Sevichecc/M-OAuth

Repository files navigation

Generate access tokens for Akkoma, Pleroma, and Mastodon APIs with ease.

Features:

  • Create an application
  • Obtain an account's access token

Build with Next.js(13) and shadcn/ui

Deploy with Vercel

Implemantaion

Software Status
Akkoma
Pleroma
Mastodon
Misskey 🟡 Pending

Misskey's implementation is more complex and is currently pending due to this issue: OAuth2 Provider実装

Use Cases for the Generated Data:

  • Utilize Mastodon, Pleroma, and Akkoma as OAuth2 Providers
  • Create your own bot!

Motivation

Access tokens are frequently used in development, but Akkoma and Pleroma lack an intuitive way to obtain one, unlike Mastodon. The only way to create an application and get an account's access token is to mock HTTP requests using tools like Postman. Since the HTTP request body is highly flexible, it can contain typos or other errors, and changing authorization scopes is not convenient. Pleroma's available authorization scopes are not as clear as Mastodon's, which sometimes leads to setting overly broad permissions, compromising user security and violating the principle of minimal authorization scope.

To address this issue, I wanted Akkoma to have an easy way to register a client app and obtain an access token for testing. I opened an issue on Akkoma-fe, but it has been pending for about a month without any response from the developer. As a result, I created this project.

This app is inspired by the Access Token Generator for Pleroma API , but offers more features, such as finer-grained admin scopes, no analytics, and no data storage in local storage, making it a safer option.

About

Access token generator for Akkoma, Pleroma, Mastodon APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published