From 2f2d0c592e1dd3e1c2d6e6414b8af41057776d4b Mon Sep 17 00:00:00 2001 From: Ahmed Bilal <49-ahmedbilal@users.noreply.code.ungleich.ch> Date: Fri, 7 Jun 2019 20:06:17 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d847eae..978d8f2 100644 --- a/README.md +++ b/README.md @@ -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" } ``` From 0301e1a7e829deaf7076928b0b89c5ba18659c73 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal <49-ahmedbilal@users.noreply.code.ungleich.ch> Date: Sat, 8 Jun 2019 09:36:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 978d8f2..37f3a16 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ Request JSON object: ``` { - auth_name: "your-name", - auth_realm: "your-realm", + auth_name: "auth-name", + auth_realm: "auth-realm", auth_token: "current time based token", name: "name that wants to be authenticated", realm: "realm that wants to be authenticated",