4.0.0
September 18th, 2024
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
3.0.0
May 16th, 2024
- Support Statamic 5.0
2.0.0
May 18th, 2023
- Support Statamic 4.0 (#3, @richardhj)
1.4.0
August 13th, 2021
- Create config seperate to
config/auth.php
1.3.1
August 4th, 2021
- Use bind on contract, add facade
1.3.0
August 3rd, 2021
- Allow custom JSON formats on HTTP response
1.2.1
August 2nd, 2021
- Move validation into validateCredentials
1.2
July 31st, 2021
- Don't delete users on failed auth
- Update local passwords if forward auth has changed
1.1
July 30th, 2021
- Add LDAP
1.0
July 28th, 2021
- N/A Changelog not available.