Skip to content

Releases: Daynnnnn/statamic-forward-auth

v4.0.0

19 Sep 09:04
4760acf
Compare
Choose a tag to compare

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

16 May 10:05
Compare
Choose a tag to compare
  • Support Statamic 5.0

v2.0.0

18 May 15:28
2cbb7c6
Compare
Choose a tag to compare

Release v1.4.0

13 Aug 11:32
Compare
Choose a tag to compare
  • Create config seperate to config/auth.php

Release v1.3.1

04 Aug 19:43
Compare
Choose a tag to compare
  • Use bind on contract, add facade

Release v1.3.0

03 Aug 17:42
Compare
Choose a tag to compare
  • Allow custom JSON formats on HTTP response

Release v1.2.1

02 Aug 20:21
Compare
Choose a tag to compare
  • Move validation into validateCredentials

Release v1.2

31 Jul 15:26
Compare
Choose a tag to compare
  • Don't delete users on failed auth
  • Update local passwords if forward auth has changed

Release v1.1

30 Jul 16:32
Compare
Choose a tag to compare
  • Add LDAP

Release v1.0

28 Jul 21:45
Compare
Choose a tag to compare
Initial Commit