From 069cb6fc06b3dba98a3e76bb32838ad59698d358 Mon Sep 17 00:00:00 2001 From: Attila Maraz Date: Tue, 21 Jan 2025 17:01:50 +0100 Subject: [PATCH] fix: topic content resources --- 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