Saeven / zf3-circlical-user

Turnkey Authentication, Identity, and RBAC for Laminas and Zend Framework 3. Supports Doctrine and Middleware.
Mozilla Public License 2.0
36 stars 15 forks source link

Session key is no longer encoded in the constructor, several changes … #48

Closed Saeven closed 4 years ago

Saeven commented 4 years ago

The old setSessionKey(rawBytes) becomes setRawSessionKey(rawBytes). The new setSessionKey(string) expects that the string be base64 encoded. PHPSpec moved to 6.1.1 Coverage library updated.