Releases: OpenBuildings/jam-auth
Releases · OpenBuildings/jam-auth
Update deps
PHP version upgrade
See #21 for more details.
0.4.6: Stop deleting user tokens at random
The models MUST NOT be concerned with deleting the user tokens. That should be a responsibility of the application to decide whether, when and which tokens to delete. After they are expired, they no longer could be used to authenticate, but could be useful for auditable or other purposes. Nevertheless, if old tokens are deleted they should get deleted only some time after the expiration and not delete recently expired ones.
Remove obsolete classes
The builders were never used. They had to be called Model_Collection_Auth_User to work.
Fix PHPDoc return type for complete_login()
Test on PHP 7 and update testing infrastructure
Delete autologin cookie if token missing or invalid
Merge pull request #15 from OpenBuildings/autologin-cookie-delete Delete autologin cookie if token has expired or invalid
Fix loading data on link
Merge pull request #14 from OpenBuildings/add-link-user Load facebook data on "link" event
Facebook 5 and optional username
Merge pull request #13 from OpenBuildings/username-optional Extract "username" into a behaviour
Facebook 5 and optional username
Merge pull request #13 from OpenBuildings/username-optional Extract "username" into a behaviour