Home » Authentication » Auth_SASL2
Abstraction of various SASL mechanism responses
Download latest release 0.3.0 (there might be newer Composer installable version)
License: BSD
Description
Provides code to generate responses to common SASL mechanisms, including:
- Anonymous
- Cram-MD5 (DEPRECATED)
- Digest-MD5 (DEPRECATED)
- External
- Login (Pseudo mechanism) (DEPRECATED)
- Plain
- SCRAM
Maintainers
- Anish Mistry (amistry) — lead, inactive
- Richard Heyes (richard) — lead, inactive
- Michael Bretterklieber (mbretter) — lead, inactive
- Armin Graefe (schengawegga) — lead, active
Dependencies
Required
- PHP (>= 5.4.0)
- PEAR Installer (>= 1.10.1)
Releases
- 0.3.0 (beta, 2023-12-21)
Release notes
License: BSD
* feature: PHP8.2 ready
* bugfix: scram-sha-224 broken #11
* task: mark authentication methods cram-md5, digest-md5, and login as deprecated #11 - 0.2.0 (beta, 2017-03-07)
Release notes
License: BSD
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1 - 0.1.0 (beta, 2012-04-09)
Release notes
License: BSD
* Fork from Auth_SASL to create PHP5+ friendly package
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #18413 | Closed | Req | 2011-03-31 | Auth_SASL not working with PHP 5 and E_STRICT |