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.
feat/thank-you-page^2
Karan Kanwar 2 days ago committed by GitHub
parent d38b1d52bf
commit df09e4e29e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      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)

Loading…
Cancel
Save