1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 16:41:24 +02:00

Add video about session authentication

This commit is contained in:
Kamran Ahmed
2022-11-02 18:42:16 +04:00
parent 8ee7ae1d22
commit 8f4eea751f
2 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,17 @@
"updatedAt": "2022-10-01T19:59:14.191Z", "updatedAt": "2022-10-01T19:59:14.191Z",
"createdAt": "2022-10-01T19:59:14.191Z" "createdAt": "2022-10-01T19:59:14.191Z"
}, },
{
"id": "session-based-authentication",
"title": "Session Based Authentication",
"description": "Learn everything you need to know about session authentication",
"isNew": true,
"youtubeLink": "https://www.youtube.com/watch?v=gKkBEOq_shs",
"authorUsername": "kamranahmedse",
"duration": "2 minutes",
"updatedAt": "2022-11-02T19:59:14.191Z",
"createdAt": "2022-11-02T19:59:14.191Z"
},
{ {
"id": "basics-of-authentication", "id": "basics-of-authentication",
"title": "Basics of Authentication", "title": "Basics of Authentication",

View File

@@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/gKkBEOq_shs" title="Session Based Authentication" />