From 7dd40dabb0c2bfc582d8448ecbfddf2952ec31bb Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 15 Sep 2018 23:32:33 -0600 Subject: [PATCH] Add example authentication request --- authserver/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/authserver/README.md b/authserver/README.md index a9fc632..4ff8fb8 100644 --- a/authserver/README.md +++ b/authserver/README.md @@ -25,6 +25,12 @@ Authentication is token-based and done against the Protospace member portal. Upo POST data `username` and `password`. Upon successful login, a 200 status and a token will be returned. +Example request: + +``` +curl -d username=tanner.collin -d password=supersecret http://tools-auth.protospace.ca/login/ +``` + Example response: ```