Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit fb05c5c

Browse files
committed
Added more docs
1 parent ff490a3 commit fb05c5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ You can perform all methods on Adldap through its facade like so:
2525
$user = Adldap::users()->find('john doe');
2626

2727
$search = Adldap::search()->where('cn', '=', 'John Doe')->get();
28+
29+
30+
if(Adldap::authenticate($username, $password))
31+
{
32+
// Passed!
33+
}
34+
35+
To see more usage in detail, please visit the [Adldap2 Repository](http://github.com/Adldap2/Adldap2);

0 commit comments

Comments
 (0)