Changelog
=========

1.0.3 (2014-02-25)
------------------
- Added in a 5 minute leeway on accepting the start time on tickets, to deal with clock skew
- Refactored tests to use PloneTestCase. Mocked time so we can check timestamps on cookies

1.0.2 (2013-12-10)
------------------
- Read the cookie TTL from a buildout environment variable

1.0.1 (2013-10-30)
------------------
- Read the cookie domain from a buildout environment variable

1.0 (2013-08-31)
----------------
- Added an addition cookie 'username' to signal we have notified we need to create user
- Ignore calls to updateCredentials with something not a uuid.
- General cleanup

0.9 (2013-08-16)
----------------
- First release for testing
