Releases: Daynnnnn/statamic-forward-auth
Releases · Daynnnnn/statamic-forward-auth
v4.0.0
Improvments
For LDAP, you can now provide your own query, which means you can allow specific groups access to Statamic.
Breaking Changes
This release moves the LDAP provider away from AdLdap2, and to LdapRecord. This is due to the deprecation of AdLdap2.
Upgrade Steps
Remove AdLdap2
composer remove adldap2/adldap2
Install LdapRecord
composer require directorytree/ldaprecord
Add the new values to your config:
- port
- queryCallback
https://github.com/Daynnnnn/statamic-forward-auth/blob/main/config/forward-authentication.php
v3.0.0
v2.0.0
Release v1.4.0
- Create config seperate to
config/auth.php
Release v1.3.1
- Use bind on contract, add facade
Release v1.3.0
- Allow custom JSON formats on HTTP response
Release v1.2.1
- Move validation into validateCredentials
Release v1.2
- Don't delete users on failed auth
- Update local passwords if forward auth has changed
Release v1.1
- Add LDAP
Release v1.0
Initial Commit