Libraries tagged by Stateless Auth
olssonm/l5-very-basic-auth
2641456 Downloads
Laravel stateless HTTP basic auth without the need for a database
dmkit/phalcon-jwt-auth
42788 Downloads
A simple JWT middleware for Phalcon Micro to handle stateless authentication
ifgiovanni/logv-middleware-auth
1551 Downloads
Add simple auth to protect routes with a middleware stateless
jeffersongoncalves/laravel-page-cache
46 Downloads
This Laravel package provides a full-page response cache middleware for stateless public GET pages. It caches 200 responses keyed by a version token, locale, and theme cookie, skips authenticated requests, exposes an X-Page-Cache HIT/MISS header, and offers a static flush() helper to invalidate every cached page at once.
vkoori/laravel-stateless-auth
546 Downloads
Stateless authentication for Laravel using JWT (JSON Web Tokens). This package enables secure, token-based authentication for API endpoints.
loadsys/cakephp-stateless-auth
371 Downloads
A replacement CakePHP Authentication/Authorization Component that is fully and strictly stateless. Designed to be used with Cake apps that are only accessed RESTfully.
kyzegs/supabase-auth-bundle
7 Downloads
A reusable Symfony bundle for stateless authentication via Supabase-issued JWTs.
digit-soft/laravel-token-auth
3816 Downloads
Laravel token auth cached.
danger2k7/cakephp-soap-auth
3479 Downloads
CakePHP plugin for authenticating for stateless connexions
kbkk/php-steam-auth
13760 Downloads
Sign in users with Steam (stateless OpenID)
everware/laravel-fortify-sanctum
228 Downloads
Automatically integrate Laravel Fortify with Laravel Sanctum so Fortify gives out Sanctum tokens on login while maintaining default Fortify functionality like two factor authentication. Also allows the use of 'api' middleware and makes login/sessions work without cookies (makes Fortify "stateless"-ish by creating temporary sessions).
darsadow/secure-api-bundle
166 Downloads
Bundle for Stateless authentication based on token and user's device.
takman1/phalcon-jwt-auth
14294 Downloads
A simple JWT middleware for Phalcon to handle stateless authentication
sakhdelphi/phalcon-jwt-auth
88 Downloads
A simple JWT middleware for Phalcon Micro to handle stateless authentication
robbickel/phalcon-jwt-auth-php5
5 Downloads
A simple JWT middleware for Phalcon Micro to handle stateless authentication, cloned from https://github.com/dmkit/phalcon-jwt-auth and made compatible with php5