From df09e4e29e847cd9f9c56a80fc461186404568d7 Mon Sep 17 00:00:00 2001 From: Karan Kanwar <98118264+binge-coder@users.noreply.github.com> Date: Mon, 12 May 2025 21:23:04 +0530 Subject: [PATCH] improvement: arrange authentication guides in progressive learning order (#8629) This commit reorganizes the authentication resources to follow a logical learning path from fundamental concepts to more complex implementations. --- .../content/authentication@PY9G7KQy8bF6eIdr1ydHf.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/roadmaps/backend/content/authentication@PY9G7KQy8bF6eIdr1ydHf.md b/src/data/roadmaps/backend/content/authentication@PY9G7KQy8bF6eIdr1ydHf.md index e6ba67697..432141914 100644 --- a/src/data/roadmaps/backend/content/authentication@PY9G7KQy8bF6eIdr1ydHf.md +++ b/src/data/roadmaps/backend/content/authentication@PY9G7KQy8bF6eIdr1ydHf.md @@ -4,10 +4,10 @@ API authentication is the process of verifying the identity of clients attemptin Visit the following resources to learn more: -- [@roadmap.sh@SSO - Single Sign On](https://roadmap.sh/guides/sso) -- [@roadmap.sh@OAuth - Open Authorization](https://roadmap.sh/guides/oauth) -- [@roadmap.sh@JWT Authentication](https://roadmap.sh/guides/jwt-authentication) -- [@roadmap.sh@Token Based Authentication](https://roadmap.sh/guides/token-authentication) -- [@roadmap.sh@Session Based Authentication](https://roadmap.sh/guides/session-authentication) - [@roadmap.sh@Basic Authentication](https://roadmap.sh/guides/basic-authentication) +- [@roadmap.sh@Session Based Authentication](https://roadmap.sh/guides/session-authentication) +- [@roadmap.sh@Token Based Authentication](https://roadmap.sh/guides/token-authentication) +- [@roadmap.sh@JWT Authentication](https://roadmap.sh/guides/jwt-authentication) +- [@roadmap.sh@OAuth - Open Authorization](https://roadmap.sh/guides/oauth) +- [@roadmap.sh@SSO - Single Sign On](https://roadmap.sh/guides/sso) - [@feed@Explore top posts about Authentication](https://app.daily.dev/tags/authentication?ref=roadmapsh)