[#329] Update authmate docs

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-01-26 12:14:41 +03:00 committed by Alex Vanin
parent c383f332d5
commit 77d731857c

View file

@ -128,13 +128,15 @@ it will be auto-generated with values:
} }
``` ```
Rules for a session token can be set via param `session-rules` (json-string and file path allowed), the default value is: Rules for session tokens can be set via param `session-rules` (json-string and file path allowed), the default value is:
``` ```
{ [
{
"verb": "PUT", "verb": "PUT",
"wildcard": true, "wildcard": true,
"containerID": null "containerID": null
} }
]
``` ```
If `session-rules` are set, but `create-session-token` is not, no session If `session-rules` are set, but `create-session-token` is not, no session