Update README.md

This commit is contained in:
Ahmed Bilal 2019-06-07 20:06:17 +02:00
parent 9e3aad1316
commit 2f2d0c592e
1 changed files with 6 additions and 6 deletions

View File

@ -118,12 +118,12 @@ Request JSON object:
```
{
name: "your-name",
realm: "your-realm",
token: "current time based token",
verifyname: "name that wants to be authenticated",
verifyrealm: "realm that wants to be authenticated",
verifytoken: "token that wants to be authenticated",
auth_name: "your-name",
auth_realm: "your-realm",
auth_token: "current time based token",
name: "name that wants to be authenticated",
realm: "realm that wants to be authenticated",
token: "token that wants to be authenticated"
}
```