[#468] Refactored OAuth scopes' defaults & missing selection handling.
This commit is contained in:
parent
2a4a4f3342
commit
dcf24a3233
5 changed files with 28 additions and 30 deletions
|
|
@ -214,7 +214,7 @@ defmodule Pleroma.Factory do
|
|||
%Pleroma.Web.OAuth.App{
|
||||
client_name: "Some client",
|
||||
redirect_uris: "https://example.com/callback",
|
||||
scopes: ["read"],
|
||||
scopes: ["read", "write", "follow"],
|
||||
website: "https://example.com",
|
||||
client_id: "aaabbb==",
|
||||
client_secret: "aaa;/&bbb"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue