neomn / laraauthapi
api authentication for laravel projects
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
pkg:composer/neomn/laraauthapi
Requires
- tymon/jwt-auth: @stable
Requires (Dev)
- nunomaduro/collision: ^5.10
- orchestra/testbench: 6.0
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2025-10-11 22:45:36 UTC
README
Under Development
Laravel Authentication API
Laravel Authentication API is a Laravel package that provides seamless API authentication functionality for your Laravel applications. It simplifies the process of authenticating API requests and securing your API endpoints.
Features
- Easy integration with Laravel applications.
- Token-based authentication for API requests.
- Secure API endpoints with middleware.
- Customizable authentication logic.
- User management and access control.
- Support for JWT (JSON Web Tokens) authentication.
Requirements
- PHP version 7.0 or higher.
- Laravel version 8 or higher.