Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-charles15531/fortify-sanctum
https://github.com/dev-charles15531/fortify-sanctum
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-charles15531/fortify-sanctum
- Owner: dev-charles15531
- License: mit
- Created: 2024-08-13T19:56:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T21:00:42.000Z (5 months ago)
- Last Synced: 2024-11-20T00:08:58.794Z (about 2 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Laravel Fortify + Sanctum Integration (fortify-sanctum)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/devcharles/fortify-sanctum.svg?style=flat-square)](https://packagist.org/packages/devcharles/fortify-sanctum)
[![Total Downloads](https://img.shields.io/packagist/dt/devcharles/fortify-sanctum.svg?style=flat-square)](https://packagist.org/packages/devcharles/fortify-sanctum)
[![GitHub Issues](https://img.shields.io/github/issues/dev-charles15531/fortify-sanctum.svg?style=flat-square)](https://github.com/dev-charles15531/fortify-sanctum/issues)
[![License](https://img.shields.io/github/license/dev-charles15531/fortify-sanctum
)](https://img.shields.io/github/license/dev-charles15531/fortify-sanctum
)Easily integrate Laravel Fortify's authentication features with Laravel Sanctum for API token authentication — **Zero Config!** 🎉
## ✨ Features
- 🔒 **Secure Authentication:** Leverage the power of Laravel Fortify to manage authentication seamlessly with Laravel Sanctum.
- ⚙️ **Zero Configuration:** Simply install and you're good to go. No complex setup required!
- 🔑 **API Token Support:** Protect your APIs with Sanctum while enjoying Fortify's robust authentication features.
- 🚀 **Lightweight & Fast:** Minimal footprint with maximum functionality.## 📦 Installation
Getting started is as simple as:
1. **Require the package via Composer:**
```bash
composer require devcharles/fortify-sanctum
```2. **That's it!** You're ready to use Laravel Fortify with Sanctum! 🚀
## 🎯 Usage
Once installed, your Laravel application will automatically integrate Fortify's authentication features with Sanctum. You can start utilizing Fortify's authentication features like:
- Registration
- Login
- Two-Factor Authentication
- Password Reset
- And more...## 📚 Documentation
For detailed information on Laravel Fortify and Sanctum, refer to their official documentation:
- [Laravel Fortify Documentation](https://laravel.com/docs/11.x/fortify)
- [Laravel Sanctum Documentation](https://laravel.com/docs/11.x/sanctum)## 🤝 Contributing
Contributions are welcome! If you find a bug or have a feature request, feel free to open an issue or submit a pull request.
## 📄 License
This package is open-sourced software licensed under the [MIT license](LICENSE.md).
## 👨🏽💻 Author
Developed with ❤️ by [Charles Paul](https://github.com/dev-charles15531).