akkoma/docs/docs/administration/CLI_tasks/oauth_app.md

21 lines
393 B
Markdown
Raw Normal View History

# Creating trusted OAuth App
{! administration/CLI_tasks/general_cli_task_info.include !}
## Create trusted OAuth App.
2023-04-22 22:05:31 +00:00
Optional parameters:
* `-s SCOPES` - scopes for app, e.g. `read,write,follow,push`.
=== "OTP"
```sh
./bin/pleroma_ctl app create -n APP_NAME -r REDIRECT_URI
```
=== "From Source"
```sh
mix pleroma.app create -n APP_NAME -r REDIRECT_URI
2023-04-22 22:05:31 +00:00
```