Add token authentication guide

pull/1331/head
Kamran Ahmed 4 years ago
parent 51f068085d
commit 6c710a92c1
  1. 14
      content/guides.json
  2. 3
      content/guides/token-authentication.md
  3. BIN
      public/guides/token-authentication.png
  4. 10
      public/sitemap.xml

@ -1,4 +1,14 @@
[
{
"title": "Token Based Authentication",
"description": "Understand what is token based authentication and how it is implemented",
"url": "/guides/token-authentication",
"fileName": "token-authentication",
"featured": true,
"author": "kamranahmedse",
"updatedAt": "2020-06-02T20:59:14.191Z",
"createdAt": "2020-06-02T20:59:14.191Z"
},
{
"title": "Session Based Authentication",
"description": "Understand what is session based authentication and how it is implemented",
@ -6,8 +16,8 @@
"fileName": "session-authentication",
"featured": true,
"author": "kamranahmedse",
"updatedAt": "2020-05-19T20:59:14.191Z",
"createdAt": "2020-05-19T20:59:14.191Z"
"updatedAt": "2020-05-26T20:59:14.191Z",
"createdAt": "2020-05-26T20:59:14.191Z"
},
{
"title": "Basic Authentication",

@ -0,0 +1,3 @@
[![](/guides/token-authentication.png)](/guides/token-authentication.png)
Here is the [original tweet](https://twitter.com/kamranahmedse/status/1266832006782103552) where this image was posted.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

@ -36,10 +36,16 @@
<lastmod>2020-01-29T07:49:29.706Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://roadmap.sh/guides/token-authentication</loc>
<changefreq>monthly</changefreq>
<lastmod>2020-06-02T20:59:14.191Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://roadmap.sh/guides/session-authentication</loc>
<changefreq>monthly</changefreq>
<lastmod>2020-05-19T20:59:14.191Z</lastmod>
<lastmod>2020-05-26T20:59:14.191Z</lastmod>
<priority>1.0</priority>
</url>
<url>
@ -171,7 +177,7 @@
<url>
<loc>https://roadmap.sh/roadmaps</loc>
<changefreq>monthly</changefreq>
<lastmod>2020-05-26T18:35:55.812Z</lastmod>
<lastmod>2020-05-26T18:36:53.372Z</lastmod>
<priority>1.0</priority>
</url>
<url>

Loading…
Cancel
Save