Releases: AnthonyEdmonds/laravel-ldap-emulator
Releases · AnthonyEdmonds/laravel-ldap-emulator
3.0.0
2.0.2
What's Changed
- bugfix/acting-user-logic by @SimRoberts9 in #4
New Contributors
- @SimRoberts9 made their first contribution in #4
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
1.3.0
What's Changed
- Updated LdapRecord to 3 by @AnthonyEdmonds in #1
New Contributors
- @AnthonyEdmonds made their first contribution in #1
Full Changelog: 1.2.1...1.3.0
1.2.1
Full Changelog: 1.2.0...1.2.1
1.2.0
Added config flag for enabling and disabling emulator, instead of using local methods.
1.1.0
Added the GUID from LDAP to the User model, in case the sync_existing
key isn't set.
Added note about using the emulator with libraries that call Auth::validate()
first.
1.0.6
Amended the service provider to only populate the emulator once the config has been added.
1.0.5
Fixed role assignment