From 7f1c35428bcf1cf15423ed405f0a9081ea65d7a1 Mon Sep 17 00:00:00 2001 From: Attila Maraz Date: Mon, 13 Jan 2025 11:43:35 +0100 Subject: [PATCH] Fixing the list of authentication types in basics-of-authentication.md --- src/data/guides/basics-of-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/guides/basics-of-authentication.md b/src/data/guides/basics-of-authentication.md index 5826dc223..2fd1aa617 100644 --- a/src/data/guides/basics-of-authentication.md +++ b/src/data/guides/basics-of-authentication.md @@ -91,7 +91,7 @@ And in case of authorization failure, i.e., if the user tries to perform an oper Given below is the list of common authentication strategies: -- Basics of Authentication +- Basic Authentication - Session Based Authentication - Token-Based Authentication - JWT Authentication