|
21 | 21 | <a href="https://ldaprecord.com/docs/laravel">Documentation</a> |
22 | 22 | </h4> |
23 | 23 |
|
24 | | -🔑 **Authenticate LDAP users into your application.** |
| 24 | +🔑 **Authenticate LDAP users into your application** |
25 | 25 |
|
26 | 26 | Using the built-in authentication driver, easily allow LDAP users to log into your application and control which users can login via [Scopes](https://ldaprecord.com/docs/models/#query-scopes) and [Rules](https://ldaprecord.com/docs/laravel/auth/configuration/#rules). |
27 | 27 |
|
28 | | -🔄 **Easily Import & Synchronize LDAP users.** |
| 28 | +🔄 **Easily Import & Synchronize LDAP users** |
29 | 29 |
|
30 | 30 | Users can be imported into your database upon first login, |
31 | 31 | or you can import your entire directory via a simple [command](https://ldaprecord.com/docs/laravel/auth/importing): `php artisan ldap:import`. |
32 | 32 |
|
33 | | -💼 **Multi-Domain Support.** |
| 33 | +💼 **Multi-Domain Support** |
34 | 34 |
|
35 | 35 | Authenticate users from as many LDAP domains as you'd like. Support comes [out of the box](https://ldaprecord.com/docs/laravel/auth/multi-domain). |
36 | 36 |
|
37 | | -🎩 **Eloquent Query Builder.** |
| 37 | +🎩 **Eloquent Query Builder** |
38 | 38 |
|
39 | 39 | Search for LDAP objects with a [fluent and easy to use interface](https://ldaprecord.com/docs/searching) you're used to. You'll feel right at home. |
40 | 40 |
|
41 | | -✏️ **ActiveRecord LDAP Models.** |
| 41 | +✏️ **ActiveRecord LDAP Models** |
42 | 42 |
|
43 | 43 | LDAP objects are returned as [individual models](https://ldaprecord.com/docs/models). Easily create |
44 | 44 | and update models then persist them to your LDAP server with a simple `save()`. |
45 | 45 |
|
46 | | -💫 **LDAP Directory Emulator.** |
| 46 | +💫 **LDAP Directory Emulator** |
47 | 47 |
|
48 | 48 | Test [authenticating](https://ldaprecord.com/docs/laravel/auth/testing/#getting-started) and |
49 | 49 | [querying users](https://ldaprecord.com/docs/laravel/testing/#getting-started) without |
|
0 commit comments