Download Size md5 hash
fierce_sso-5.x-1.1.tar.gz 10.7 KB a4be58f5e02b26b3b75bdec831accf3e
fierce_sso-5.x-1.1.zip 12.19 KB bd967f364c06c77d6808423e34f7a8b0
Official release from tag: 5.x-1.1
Last updated: December 24, 2010 - 22:58

v1.1 is the same as v1.0. (Version 1.0 did not build correctly)

Differences from the pre-1.0 dev version:

* Creates its own table instead of stuffing things into the 'data' column in the users table
* New login token format -- now uses a shared secret (password) to verify tokens instead of relying on access to the shared_users table. This should make it easier to use as a SSO solution with other platforms and Drupal installs running on separate servers

If upgrading from a pre-1.0 version, be sure to run update.php. It should clean up the shared_users table and create its own table. Also note that you will need to set the same shared secret on the admin/settings/fierce_sso page for this version to work.