diff --git a/content/guides.json b/content/guides.json index 54c3ac347..0efc97e24 100644 --- a/content/guides.json +++ b/content/guides.json @@ -1,4 +1,14 @@ [ + { + "title": "OAuth — Open Authorization", + "description": "Learn and understand what is OAuth and how it works", + "url": "/guides/oauth", + "fileName": "oauth", + "featured": true, + "author": "kamranahmedse", + "updatedAt": "2020-06-28T19:59:14.191Z", + "createdAt": "2020-06-28T19:59:14.191Z" + }, { "title": "JWT Authentication", "description": "Understand what is JWT authentication and how is it implemented", diff --git a/content/guides/oauth.md b/content/guides/oauth.md new file mode 100644 index 000000000..cc5da6abd --- /dev/null +++ b/content/guides/oauth.md @@ -0,0 +1,3 @@ +[![](/guides/oauth.png)](/guides/asymptotic-notation.png) + +Here is the [original tweet](https://twitter.com/kamranahmedse/status/1276994010423361540) where this image was posted. diff --git a/public/guides/oauth.png b/public/guides/oauth.png new file mode 100644 index 000000000..591fbf179 Binary files /dev/null and b/public/guides/oauth.png differ