[#2074] OAuth scope checking in Streaming API.
This commit is contained in:
parent
6c052bd5b6
commit
60b025b782
7 changed files with 332 additions and 183 deletions
|
|
@ -78,7 +78,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
|
|||
Pleroma.Repo.insert(
|
||||
OAuth.App.register_changeset(%OAuth.App{}, %{
|
||||
client_name: "client",
|
||||
scopes: ["scope"],
|
||||
scopes: ["read"],
|
||||
redirect_uris: "url"
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue