neomn/laraauthapi

api authentication for laravel projects

dev-master 2023-05-13 07:13 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:00:58 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.