auth-login
by kregel
This is the original auth flow for Laravel, just brought to the package environment.
cacheable-auth-user
by hobbiot
Cache Auth::user() for Laravel 5.3. This package add new driver to laravel.
confide-doctrine
by kiwing-it
Confide is an authentication solution for Laravel 4. This fork implements confide for doctrine
confide-mongo
by zizaco
Confide Mongo is a authentication solution for Laravel that uses mongolid-laravel
crowd-auth
by glokon
A simple way to implement Atlassian Crowd Authentication into your application.
eloquent-ldap
by sroutier
A Laravel package that first tries to log the user against the internal database if that fails, it tries against the configured LDAP/AD server.
eloquent-oauth2-models
by casserole
Eloquent database models for https://github.com/php-loep/oauth2-server OAuth 2 Server. This package does nothing (mostly) without the OAuth2 Server.