From 93fba0fc8336ee642656fd432408d7d7727b597f Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Sun, 29 Sep 2024 13:38:14 +0530 Subject: [PATCH] docs: add video tutorial and demo repository --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1310fd..27e5753 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![npm version][npm-version-src]][npm-version-href] [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href] - +[![npm downloads][npm-downloads-src]][npm-downloads-href] @@ -41,9 +41,15 @@ authentication regardless of how your app is rendered. For full documentation, including setup instructions and API reference, visit the **[Nuxt Sanctum Authentication Documentation](https://qirolab.github.io/nuxt-sanctum-authentication/)**. - +Watch the step-by-step guide on how to use the `nuxt-sanctum-authentication` module in this **[Video Tutorial](https://www.youtube.com/watch?v=CLjd0_o67OA)**. + +## Demo Repository + +To explore the source code, check out the **[Nuxt Sanctum Authentication Demo Repository](https://github.com/qirolab/nuxt-sanctum-authentication-demo)**. +- For **Cookie-Based SPA Authentication**, see the `main` branch. +- For **API Token Authentication**, check out the `api-token-authentication` branch. ## Contributing