We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you want to run pixeldroid with your instance, you need to configure passport using
php artisan passport:keys
and
php artisan passport:install
These options are missing on the official documentation. Or is the sequence of passport commands wrong?
Regards Carsten
The text was updated successfully, but these errors were encountered:
It is also missing how one could link an external web-service with Pixelfed acting as the Oauth2 provider.
I guess this documentation would apply? https://laravel.com/docs/11.x/passport#the-passportclient-command
Sorry, something went wrong.
No branches or pull requests
If you want to run pixeldroid with your instance, you need to configure passport using
php artisan passport:keys
and
php artisan passport:install
These options are missing on the official documentation. Or is the sequence of passport commands wrong?
Regards Carsten
The text was updated successfully, but these errors were encountered: