mastodon_mock

Paste a seeded access token to sign in.

@if (error()) {

{{ error() }}

}
Dev login
@if (seedMessage()) {

{{ seedMessage() }}

} @if (devUsers().length) {
    @for (u of devUsers(); track u.id) {
  • }
} @else {

No accounts with tokens yet — generate one above.

}
Full OAuth flow
@if (showOAuth()) {

Registers an app, then redirects through the server's account-picker at /oauth/authorize and exchanges the code at /oauth/token.

@if (oauthError()) {

{{ oauthError() }}

} }