From 01efd52aefc500f90eaea8e4ec2c36fecf8e3c5e Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Sat, 21 May 2022 18:35:53 +0600 Subject: [PATCH] Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75930e5..e293476 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ If this user already exists, then you will receive a 409 Response like this } ``` -### User Authentication (Admin) +### User Authentication/Login (Admin) Remember Hydra comes with the default admin user? You can login as an admin by making an HTTP POST call to the folllowing route @@ -157,7 +157,7 @@ For any unsuccsesful attempt, you will receive a 401 error response. } ``` -### User Authentication (Other Roles) +### User Authentication/Login (Other Roles) You can login as a user by making an HTTP POST call to the folllowing route