diff --git a/content/guides.json b/content/guides.json index 32e0faf4c..25cbdfd6b 100644 --- a/content/guides.json +++ b/content/guides.json @@ -1,4 +1,14 @@ [ + { + "title": "Session Based Authentication", + "description": "Understand what is session based authentication and how it is implemented", + "url": "/guides/session-authentication", + "fileName": "session-authentication", + "featured": true, + "author": "kamranahmedse", + "updatedAt": "2020-05-19T20:59:14.191Z", + "createdAt": "2020-05-19T20:59:14.191Z" + }, { "title": "Basic Authentication", "description": "Understand what is basic authentication and how it is implemented", diff --git a/content/guides/session-authentication.md b/content/guides/session-authentication.md new file mode 100644 index 000000000..33b08bd0d --- /dev/null +++ b/content/guides/session-authentication.md @@ -0,0 +1,3 @@ +[![](/guides/session-authentication.png)](/guides/session-authentication.png) + +Here is the [original tweet](https://twitter.com/kamranahmedse/status/1264113498520465410) where this image was posted. diff --git a/public/guides/session-authentication.png b/public/guides/session-authentication.png new file mode 100644 index 000000000..d35178077 Binary files /dev/null and b/public/guides/session-authentication.png differ