laravel-auth-ldap
laravel-auth-ldap copied to clipboard
Add support for authenticating from multiple sources
Right now, all users are authenticated via the LDAP server. This is easily overridden with a custom LaravelAuthLdap\Contracts\LdapUserProvider
implementation but it could be baked into the core as a configuration option.