Skip to content

Releases: OpenBuildings/jam-auth

Update deps

02 Mar 13:28
20ca2f6

Choose a tag to compare

Merge pull request #22 from OpenBuildings/update-deps

Update the jam version.

PHP version upgrade

24 Feb 16:07
1fa8b60

Choose a tag to compare

See #21 for more details.

0.4.6: Stop deleting user tokens at random

21 Nov 08:20
7c219d7

Choose a tag to compare

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

04 Apr 01:48

Choose a tag to compare

The builders were never used.
They had to be called Model_Collection_Auth_User to work.

Fix PHPDoc return type for complete_login()

17 Feb 14:22

Choose a tag to compare

Test on PHP 7 and update testing infrastructure

16 Aug 10:38

Choose a tag to compare

Delete autologin cookie if token missing or invalid

25 Jul 11:57

Choose a tag to compare

Merge pull request #15 from OpenBuildings/autologin-cookie-delete

Delete autologin cookie if token has expired or invalid

Fix loading data on link

09 Nov 14:53

Choose a tag to compare

Merge pull request #14 from OpenBuildings/add-link-user

Load facebook data on "link" event

Facebook 5 and optional username

28 Sep 09:12

Choose a tag to compare

Merge pull request #13 from OpenBuildings/username-optional

Extract "username" into a behaviour

Facebook 5 and optional username

29 Sep 09:38

Choose a tag to compare

Merge pull request #13 from OpenBuildings/username-optional

Extract "username" into a behaviour