The nuxt-sanctum-authentication module seamlessly integrates Laravel Sanctum with Nuxt 3 to provide a simple and secure authentication process for your application. It works efficiently in both Server-Side Rendering (SSR) and Client-Side Rendering (CSR) environments, ensuring consistent and reliable authentication regardless of how your app is rendered.
- Seamless CSR and SSR Support: Works smoothly in both client-side and server-side rendering modes.
- Automatic CSRF Token Management: Automatically handles CSRF tokens to protect your app from cross-site request forgery attacks.
- Bearer Token Management: Manages Bearer tokens for secure access to protected resources.
- Integration with Nuxt's ofetch Client: Fully compatible with Nuxt's ofetch client for making authenticated HTTP requests in your application.
Important: Before using this module, make sure that Laravel Sanctum is correctly configured on your backend. For more detailed setup instructions, refer to the Laravel Sanctum documentation.
For full documentation, including setup instructions and API reference, visit the Nuxt Sanctum Authentication Documentation.
Watch the step-by-step guide on how to use the nuxt-sanctum-authentication
module in this Video Tutorial.
To explore the source code, check out the Nuxt Sanctum Authentication Demo Repository.
- For Cookie-Based SPA Authentication, see the
main
branch. - For API Token Authentication, check out the
api-token-authentication
branch.
Contributions to the nuxt-sanctum-authentication
module are welcome! Whether it's bug fixes, feature enhancements, or documentation improvements, feel free to submit a pull request.
- Fork the repository.
- Clone your forked repository.
- Install dependencies:
npm install
oryarn install
. - Make your changes and commit them with a clear and descriptive message.
- Push your changes to your forked repository.
- Submit a pull request.
If you found this demo helpful and want to support my work, check out some of my other products:
The nuxt-sanctum-authentication
module is open-source software licensed under the MIT license.