Skip to content

Commit 93fba0f

Browse files
committed
docs: add video tutorial and demo repository
1 parent 7437e34 commit 93fba0f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version][npm-version-src]][npm-version-href]
44
[![License][license-src]][license-href]
55
[![Nuxt][nuxt-src]][nuxt-href]
6-
<!-- [![npm downloads][npm-downloads-src]][npm-downloads-href] -->
6+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
77

88
<!-- Badges -->
99

@@ -41,9 +41,15 @@ authentication regardless of how your app is rendered.
4141

4242
For full documentation, including setup instructions and API reference, visit the **[Nuxt Sanctum Authentication Documentation](https://qirolab.github.io/nuxt-sanctum-authentication/)**.
4343

44-
<!-- ## Video Tutorial
44+
## Video Tutorial
4545

46-
Watch the step-by-step guide on how to use the `nuxt-sanctum-authentication` module in this [Video Tutorial](#). -->
46+
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)**.
47+
48+
## Demo Repository
49+
50+
To explore the source code, check out the **[Nuxt Sanctum Authentication Demo Repository](https://github.com/qirolab/nuxt-sanctum-authentication-demo)**.
51+
- For **Cookie-Based SPA Authentication**, see the `main` branch.
52+
- For **API Token Authentication**, check out the `api-token-authentication` branch.
4753

4854

4955
## Contributing

0 commit comments

Comments
 (0)