Libraries tagged by laravel api auth
m-thalmann/laravel-token-auth
91 Downloads
Provides token-based authentication system for Laravel REST APIs
anomaly/auth-plugin
55 Downloads
A Streams Platform plugin that provides API access to Laravel's Auth class.
silverbullet/api-token-laravel
39 Downloads
Token-based API service authentication & authorization for Laravel
saadj55/laravel-jwt-routes
8 Downloads
A Laravel package for easy implementation of REST API Authentication with JWT web tokens
lokat/laravel-logicbox
26 Downloads
Library that let you connect your laravel application to Logicbox's API with ease. Original author by Dhawton
ioffline/laravel-discrete-api-base
22 Downloads
Laravel API for discrete Frontend. Supports Sanctum token authentication.
muneebkh2/api-keys
97 Downloads
Generate and use header based API token for laravel api's.
mannysoft/api-auth
237 Downloads
Laravel package for extending Laravel Passport
linlak/laravel-jwt
9 Downloads
Laravel JWT Library
ivanciric/ecdsa-auth
125 Downloads
ECDSA based authentication for Laravel/Dingo API
dyce/laravel-bouncer
205 Downloads
Laravel Bouncer provides a featherweight authentication system for gaming APIs built with Laravel.
dsweixin/api-auth
43 Downloads
laravel API 鉴权
brightweb/authentication
3 Downloads
Advanced authentication package for Laravel 11+ and PHP 8+
wassapaks/laravel_api_boilerplate_firebase
1 Downloads
This is a Laravel API Boilerplate you can use to build your first API in seconds. Built on top of Laravel 11 Framework. I developed this for one of my project. This api requires Firebase for authentication, but you can configure to use JWT, Cognito, Sanctum or its up to you. Sharing this as most of the components and framework I used are all open source.
vzool/api-hmac-guard
56 Downloads
A simple and secure way of authenticating your APIs with API HMAC keys using Laravel