Email or username:

Password:

Forgot your password?
Top-level
dansup

Btw, the oauth scope we use for this is only "read", we cannot post on your behalf or other things, and the source will prove the limited data we use from your Mastodon account (bio, username, avatar, following)

3 comments
Terence Eden

@dansup Will you be opening the code to the sign-in stuff?
I've tried to get Mastodon working with Auth0 and I just couldn't get my head around how to make it work.

dansup

@Edent Yes, of course.

You basically need to register an app at `/api/v1/apps` and use that to generate the oauth redirect url to get the token

Terence Eden

@dansup I see. Presumably you need to register an app on every instance that a user signs up from?

Go Up