1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-17 18:49:15 +00:00

add bit about frontend configuration to oauth consumer docs

This commit is contained in:
Aria 2023-12-17 19:36:27 +00:00
parent eb0dbf6b79
commit a074be24ca

View file

@ -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