feat: permissions, middleware authentication, migrations
This commit is contained in:
@@ -10,7 +10,7 @@ http:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"email": "bob@example.com",
|
||||
"email": "alice@example.com",
|
||||
"password": "pa55word"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
@@ -24,7 +24,9 @@ http:
|
||||
value: action
|
||||
type: query
|
||||
disabled: true
|
||||
auth: inherit
|
||||
auth:
|
||||
type: bearer
|
||||
token: VSLRNLGSTN2BXGE7PCEPB4LNKQ
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
|
||||
Reference in New Issue
Block a user