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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user