Added contents related to architecture (#2154)
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2258/head^2
parent
7af71de4f2
commit
77598e730e
5 changed files with 34 additions and 9 deletions
@ -1 +1,3 @@ |
||||
# Distributed systems |
||||
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.distributed-systems.net/index.php/books/ds3/'>Free Distributed Systems book from Maarten van Steen</BadgeLink> |
@ -1 +1,15 @@ |
||||
# 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> |
||||
|
||||
### SAML |
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=i8wFExDSZv0'>SAML Overview</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=l-6QSEqDJPo'>A Devloper's Guide to SAML</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=SvppXbpv-5k'>SAML 2.0: Technical Overview</BadgeLink> |
||||
|
||||
|
||||
### OAuth & Open ID Connect |
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=t18YB3xDfXI'>An Illustrated Guide to OAuth and OpenID Connect</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=rTzlF-U9Y6Y'>OAuth 2.0 & OpenID Connect (OIDC): Technical Overview</BadgeLink> |
||||
|
@ -1 +1,5 @@ |
||||
# Graphql |
||||
# GraphQL |
||||
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.apollographql.com/tutorials/'>Apollo GraphQL Tutorials</BadgeLink> |
@ -1 +1 @@ |
||||
# Rest |
||||
# REST |
Loading…
Reference in new issue