mastodon-api-php icon indicating copy to clipboard operation
mastodon-api-php copied to clipboard

Create user with api / wrapper?

Open pwFoo opened this issue 7 years ago • 3 comments

Is it possible to create new user with the wrapper / api? Interesting to sync my user with my mastodon instance.

pwFoo avatar Jul 16 '18 10:07 pwFoo

Not sure to fully understand what is behind sync. There are helpers to authenticate with the api wrapper and an interactive demo. After a quick check of the API documentation, creating a user does not seem to be covered.

colorfield avatar Jul 21 '18 06:07 colorfield

I searched the API Doc too. Haven't found register user.

I try to avoid double user registrations / logins with my web app I think about to connect.

pwFoo avatar Jul 21 '18 06:07 pwFoo

Imo the user registration should be delegated to the Mastodon instance, then maybe provide a way to go back to your web app. Here is the login example.

colorfield avatar Jul 21 '18 06:07 colorfield