Merge branch 'patch-1' into 'master'
Update README.md (Verify using http POST Section) See merge request ungleich-public/ungleich-otp!3
This commit is contained in:
commit
79458d54cb
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -118,12 +118,12 @@ Request JSON object:
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
name: "your-name",
|
auth_name: "auth-name",
|
||||||
realm: "your-realm",
|
auth_realm: "auth-realm",
|
||||||
token: "current time based token",
|
auth_token: "current time based token",
|
||||||
verifyname: "name that wants to be authenticated",
|
name: "name that wants to be authenticated",
|
||||||
verifyrealm: "realm that wants to be authenticated",
|
realm: "realm that wants to be authenticated",
|
||||||
verifytoken: "token that wants to be authenticated",
|
token: "token that wants to be authenticated"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue