Email or username:

Password:

Forgot your password?
Top-level
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.

2 comments
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