feat: add nuxt-sanctum-authentication module #1079
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Linked issue
β Type of 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:
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!