From 54280bafb4f78eb989fcc5b5ba14861f8d8134f8 Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Sun, 29 Sep 2024 16:04:00 +0530 Subject: [PATCH 1/3] add nuxt-sanctum-authentication module --- modules/nuxt-sanctum-authentication.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/nuxt-sanctum-authentication.yml diff --git a/modules/nuxt-sanctum-authentication.yml b/modules/nuxt-sanctum-authentication.yml new file mode 100644 index 000000000..db3333c23 --- /dev/null +++ b/modules/nuxt-sanctum-authentication.yml @@ -0,0 +1,19 @@ +name: nuxt-sanctum-authentication +description: Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility. +repo: qirolab/nuxt-sanctum-authentication +npm: @qirolab/nuxt-sanctum-authentication +icon: laravel.svg +github: https://github.com/qirolab/nuxt-sanctum-authentication +website: https://qirolab.com +learn_more: https://qirolab.github.io/nuxt-sanctum-authentication/ +category: Security +type: 3rd-party +maintainers: + - name: Qirolab + github: qirolab + avatar: https://avatars.githubusercontent.com/qirolab + - name: Harish Kumar + github: hkp22 +compatibility: + nuxt: '>=3.12.0' + requires: {} From 2207f9bd022a997b3e089715b297bf9635d04269 Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Tue, 8 Oct 2024 20:07:57 +0530 Subject: [PATCH 2/3] fix: update npm package name --- modules/nuxt-sanctum-authentication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nuxt-sanctum-authentication.yml b/modules/nuxt-sanctum-authentication.yml index db3333c23..534b276d2 100644 --- a/modules/nuxt-sanctum-authentication.yml +++ b/modules/nuxt-sanctum-authentication.yml @@ -1,7 +1,7 @@ name: nuxt-sanctum-authentication description: Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility. repo: qirolab/nuxt-sanctum-authentication -npm: @qirolab/nuxt-sanctum-authentication +npm: '@qirolab/nuxt-sanctum-authentication' icon: laravel.svg github: https://github.com/qirolab/nuxt-sanctum-authentication website: https://qirolab.com From 173cf2b7a43212fa394a2f8ab0c412068ce3f0d8 Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Tue, 8 Oct 2024 20:10:18 +0530 Subject: [PATCH 3/3] docs: Update description --- modules/nuxt-sanctum-authentication.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/nuxt-sanctum-authentication.yml b/modules/nuxt-sanctum-authentication.yml index 534b276d2..63c025ad9 100644 --- a/modules/nuxt-sanctum-authentication.yml +++ b/modules/nuxt-sanctum-authentication.yml @@ -1,5 +1,7 @@ name: nuxt-sanctum-authentication -description: Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility. +description: >- + Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token + management, both cookie and token-based auth, and SSR compatibility. repo: qirolab/nuxt-sanctum-authentication npm: '@qirolab/nuxt-sanctum-authentication' icon: laravel.svg