diff --git a/content/guides.json b/content/guides.json index 6fa0a343d..54c3ac347 100644 --- a/content/guides.json +++ b/content/guides.json @@ -1,4 +1,14 @@ [ + { + "title": "JWT Authentication", + "description": "Understand what is JWT authentication and how is it implemented", + "url": "/guides/jwt-authentication", + "fileName": "jwt-authentication", + "featured": true, + "author": "kamranahmedse", + "updatedAt": "2020-06-20T19:59:14.191Z", + "createdAt": "2020-06-20T19:59:14.191Z" + }, { "title": "Token Based Authentication", "description": "Understand what is token based authentication and how it is implemented", diff --git a/content/guides/jwt-authentication.md b/content/guides/jwt-authentication.md new file mode 100644 index 000000000..33ec3e50c --- /dev/null +++ b/content/guides/jwt-authentication.md @@ -0,0 +1,3 @@ +[![](/guides/jwt-authentication.png)](/guides/jwt-authentication.png) + +Here is the [original tweet](https://twitter.com/kamranahmedse/status/1273375903511465990) where this image was posted. diff --git a/public/guides/jwt-authentication.png b/public/guides/jwt-authentication.png new file mode 100644 index 000000000..0e015e887 Binary files /dev/null and b/public/guides/jwt-authentication.png differ