mastodon-api-php
mastodon-api-php copied to clipboard
Create user with api / wrapper?
Is it possible to create new user with the wrapper / api? Interesting to sync my user with my mastodon instance.
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.
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.
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.