1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

Software Architect/Auth Strategies (#2470)

* Add Video Session vs Token Authentication in 100 Seconds

* Fix JWT Title
This commit is contained in:
Cristiano Raffi Cunha 2022-10-13 09:36:05 -03:00 committed by GitHub
parent 68d360c0b4
commit f333b8427e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,11 @@
# Auth strategies
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
### JTW
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://auth0.com/resources/ebooks/jwt-handbook'>JSON Web Token - Handbook</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=UBUNrFtufWo'>Session vs Token Authentication in 100 Seconds
</BadgeLink>
### SAML
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=i8wFExDSZv0'>SAML Overview</BadgeLink>