Skip to content

Commit

Permalink
feat: add nuxt-sanctum-authentication module (#1079)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Roe <[email protected]>
Co-authored-by: Sébastien Chopin <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 007ed58 commit fa6271d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/nuxt-sanctum-authentication.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: {}

0 comments on commit fa6271d

Please sign in to comment.