All Projects → Adldap2 → Adldap2 Laravel

Adldap2 / Adldap2 Laravel

Licence: mit
LDAP Authentication & Management for Laravel

Projects that are alternatives of or similar to Adldap2 Laravel

Jwt Auth Guard
JWT Auth Guard for Laravel and Lumen Frameworks.
Stars: ✭ 319 (-61.33%)
Mutual labels:  laravel, driver, auth
Laravel Adminless Ldap Auth
Authenticate users in Laravel against an adminless LDAP server
Stars: ✭ 199 (-75.88%)
Mutual labels:  laravel, ldap, auth
Sms
Laravel SMS Gateway Integration Package
Stars: ✭ 112 (-86.42%)
Mutual labels:  laravel, driver
Laravel Auth Checker
Laravel Auth Checker allows you to log users authentication, devices authenticated from and lock intrusions.
Stars: ✭ 177 (-78.55%)
Mutual labels:  laravel, auth
Bouncer
Eloquent roles and abilities.
Stars: ✭ 2,763 (+234.91%)
Mutual labels:  laravel, auth
Brandenburg
Laravel Authentication Package
Stars: ✭ 79 (-90.42%)
Mutual labels:  laravel, auth
Elastic Scout Driver Plus
Extension for Elastic Scout Driver
Stars: ✭ 90 (-89.09%)
Mutual labels:  laravel, driver
Ldaprecord Laravel
Multi-domain LDAP Authentication & Management for Laravel.
Stars: ✭ 178 (-78.42%)
Mutual labels:  laravel, ldap
Eloquent Ldap
A Laravel 5.1 package that first tries to log the user against the internal database if that fails, it tries against the configured LDAP/AD server.
Stars: ✭ 19 (-97.7%)
Mutual labels:  laravel, ldap
cassandra-ldap
LDAP Authenticator for Apache Cassandra
Stars: ✭ 20 (-97.58%)
Mutual labels:  ldap, auth
Laravel Welcome Notification
Send a welcome notification to new users
Stars: ✭ 299 (-63.76%)
Mutual labels:  laravel, auth
Elastic Scout Driver
Elasticsearch driver for Laravel Scout
Stars: ✭ 74 (-91.03%)
Mutual labels:  laravel, driver
Laravel5.7 Vue Cli3 Boilerplate
Boilerplate / Starter kit. Laravel 5.7, Vue CLI 3 — Authentication with Email Verification. REST API.
Stars: ✭ 52 (-93.7%)
Mutual labels:  laravel, auth
Sentinel
A framework agnostic authentication & authorization system.
Stars: ✭ 1,354 (+64.12%)
Mutual labels:  laravel, auth
Laravel Dropbox Driver
A storage extension for Dropbox.
Stars: ✭ 42 (-94.91%)
Mutual labels:  laravel, driver
Laravel Enterprise Starter Kit
👔 Enterprise Web application starter kit or template using Laravel
Stars: ✭ 356 (-56.85%)
Mutual labels:  laravel, ldap
Go Guardian
Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.
Stars: ✭ 204 (-75.27%)
Mutual labels:  ldap, auth
caddy-security
🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
Stars: ✭ 696 (-15.64%)
Mutual labels:  ldap, auth
Shinobi
👺 Simple and light-weight role-based permissions system for Laravel's built in Auth system.
Stars: ✭ 349 (-57.7%)
Mutual labels:  laravel, auth
Laravel Shopify
A full-featured Laravel package for aiding in Shopify App development
Stars: ✭ 634 (-23.15%)
Mutual labels:  laravel, driver

👋 Hey there! Looking for something even easier to use for LDAP integration in your Laravel applications?

🎉 Introducing LdapRecord 🎉

LdapRecord is the successor to Adldap2 - and comes with a ton of new features. Adldap2-Laravel will continue to be supported with bug fixes, but will not receive new features.

Read Why


Adldap2 - Laravel

Easy configuration, access, management and authentication to LDAP servers utilizing the core Adldap2 repository.

Quickstart · Documentation

  • Authenticate LDAP users into your application. Using the built-in authentication driver, easily allow LDAP users to log into your application and control which users can login via Scopes and Rules.

  • Easily Import & Synchronize LDAP users. Users can be imported into your database upon first login, or you can import your entire directory via a simple command: php artisan adldap:import.

  • Eloquent like Query Builder. Search for LDAP records with a fluent and easy to use interface you're used to. You'll feel right at home.

  • Active Record LDAP Models. LDAP records are returned as individual models. Easily create and update models then persist them to your LDAP server with a simple save().

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].