Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add nuxt-sanctum-authentication module #1079

Merged
merged 6 commits into from
Oct 18, 2024
Merged

feat: add nuxt-sanctum-authentication module #1079

merged 6 commits into from
Oct 18, 2024

Conversation

hkp22
Copy link
Contributor

@hkp22 hkp22 commented Sep 29, 2024

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

I would like to add a new module called nuxt-sanctum-authentication to the Nuxt Modules list. This module helps you easily connect Nuxt 3 applications with Laravel Sanctum for authentication. It allows developers to set up secure login and access for both Single Page Applications (SPAs) and APIs.

Key Features:

  • Simple Integration: Makes it easy to use Laravel Sanctum with Nuxt 3.
  • Works with CSR and SSR: Can be used in both Client-Side Rendering (CSR) and Server-Side Rendering (SSR) setups.
  • Automatic Security Management: Handles CSRF tokens and Bearer tokens automatically to keep your app safe.
  • Works with Nuxt's ofetch Client: Fully compatible with Nuxt's ofetch client for making secure API requests.

Documentation: You can find more details and setup instructions in the Nuxt Sanctum Authentication Documentation.

Demo Repository: Check out a demo of the module in action at nuxt-sanctum-authentication-demo.

Video Tutorial: For a step-by-step guide on how to use this module, watch the video tutorial here.

I believe this module will be very helpful for developers who want a reliable way to manage authentication with Laravel Sanctum. Thank you for considering my request!

@atinux atinux merged commit fa6271d into nuxt:main Oct 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants