mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
add more tests case
This commit is contained in:
parent
ce5d7ddaf0
commit
9315cab495
1 changed files with 16 additions and 6 deletions
|
@ -38,14 +38,23 @@ testauth:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: default
|
authenticator: default
|
||||||
|
|
||||||
# only-api:
|
only-api:
|
||||||
# api: GET /test-auth/only-api
|
api: GET /test-auth/only-api
|
||||||
# configuration:
|
configuration:
|
||||||
# authenticate: api
|
authenticate:
|
||||||
#
|
- api
|
||||||
|
|
||||||
|
only-cli:
|
||||||
|
api: GET /test-auth/only-cli
|
||||||
|
configuration:
|
||||||
|
authenticate:
|
||||||
|
- cli
|
||||||
|
|
||||||
other-profile:
|
other-profile:
|
||||||
api: GET /test-auth/other-profile
|
api: GET /test-auth/other-profile
|
||||||
configuration:
|
configuration:
|
||||||
|
authenticate:
|
||||||
|
- all
|
||||||
authenticator: yoloswag
|
authenticator: yoloswag
|
||||||
|
|
||||||
subcategories:
|
subcategories:
|
||||||
|
@ -65,7 +74,8 @@ testauth:
|
||||||
post:
|
post:
|
||||||
api: POST /test-auth/subcat/post
|
api: POST /test-auth/subcat/post
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate:
|
||||||
|
- all
|
||||||
authenticator: default
|
authenticator: default
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue