parent
0827a16b50
commit
8d8af62f83
3 changed files with 440 additions and 296 deletions
@ -0,0 +1,22 @@ |
||||
# Authentication Strategies |
||||
|
||||
Authentication strategies are methods or techniques used to verify the identity of a user or system in order to grant access to a protected resource. There are several different authentication strategies that can be used, including: |
||||
|
||||
- Basic Authentication |
||||
- Session Based Authentication |
||||
- Token Based Authentication |
||||
- JWT Authentication |
||||
- OAuth |
||||
- SSO |
||||
|
||||
You don't necessarily need to learn all of these, how to implement and the ins and outs from the get go. But it's important to know what they are and how they work. This will help you make better decisions when choosing an authentication strategy for your application. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://roadmap.sh/guides/basic-authentication'>Basic Authentication</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://roadmap.sh/guides/session-authentication'>Session Based Authentication</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://roadmap.sh/guides/token-authentication'>Token Based Authentication</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://roadmap.sh/guides/jwt-authentication'>JWT Authentication</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://roadmap.sh/guides/oauth'>OAuth</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://roadmap.sh/guides/sso'>SSO - Single Sign On</BadgeLink> |
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue