forked from AkkomaGang/akkoma
add bit about frontend configuration to oauth consumer docs
This commit is contained in:
parent
eb0dbf6b79
commit
a074be24ca
1 changed files with 9 additions and 0 deletions
|
@ -958,6 +958,15 @@ config :ueberauth, Ueberauth,
|
|||
]
|
||||
```
|
||||
|
||||
You may also need to set up your frontend to use oauth logins. For example, for `akkoma-fe`:
|
||||
|
||||
```elixir
|
||||
config :pleroma, :frontend_configurations,
|
||||
pleroma_fe: %{
|
||||
loginMethod: "token"
|
||||
}
|
||||
```
|
||||
|
||||
## Link parsing
|
||||
|
||||
### :uri_schemes
|
||||
|
|
Loading…
Reference in a new issue