Skip to content

Commit

Permalink
docs: add video tutorial and demo repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 committed Sep 29, 2024
1 parent 7437e34 commit 93fba0f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] -->
[![npm downloads][npm-downloads-src]][npm-downloads-href]

<!-- Badges -->

Expand Down Expand Up @@ -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/)**.

<!-- ## Video Tutorial
## Video Tutorial

Watch the step-by-step guide on how to use the `nuxt-sanctum-authentication` module in this [Video Tutorial](#). -->
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
Expand Down

0 comments on commit 93fba0f

Please sign in to comment.