1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 06:12:53 +02:00

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.
This commit is contained in:
Karan Kanwar
2025-05-12 21:23:04 +05:30
committed by GitHub
parent d38b1d52bf
commit df09e4e29e

View File

@@ -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)