You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
|`Adldap\Laravel\Events\AuthenticatedModelTrashed`| When the configured authentication rule `Adldap\Laravel\Validation\Rules\DenyTrashed` is used, this event will be fired when a user has passed LDAP authentication, but their Eloquent model has been soft deleted. ||
8
+
|`Adldap\Laravel\Events\AuthenticatedWithCredentials`| When a user successfully passes LDAP authentication. ||
9
+
|`Adldap\Laravel\Events\AuthenticatedWithWindows`| When a user has authenticated successfully using the `WindowsAuthenticate` middleware. ||
10
+
|`Adldap\Laravel\Events\DiscoveredWithCredentials`| When a users LDAP record has been successfully been found. Fired before LDAP authentication. ||
11
+
|`Adldap\Laravel\Events\Importing`| When an LDAP user is being imported for the first time. Not fired on subsequent logins after being imported. Use the `Synchronized` / `Synchronizing` event for this purpose. | Only fired when using the `DatabaseUserProvider`|
12
+
|`Adldap\Laravel\Events\Synchronizing`| When an LDAP users attributes are being synchronized. Fired on every authentication attempt after the LDAP user has been located. | Onlyfired when using the `DatabaseUserProvider`|
13
+
|`Adldap\Laravel\Events\Synchronized`| When an LDAP users attributes have been fully synchronized. Fired on every authentication attempt after the LDAP user has been located. | Onlyfired when using the `DatabaseUserProvider`|
0 commit comments