fierce_sso 5.x-1.1
| 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 |
Release notes
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.
fierce_sso 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| fierce_sso-5.x-1.0.tar.gz | 10.7 KB | f28ec0f26118f939a063519fe37adeda |
| fierce_sso-5.x-1.0.zip | 12.19 KB | d95d4a71cfd33d0008c42f51655dfbd6 |
Release notes
Version 1.0 (finally).
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.
fierce_sso 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| fierce_sso-5.x-1.x-dev.tar.gz | 10.58 KB | f87f8638f72aa4eb07038f6c1dfd405c |
| fierce_sso-5.x-1.x-dev.zip | 12.1 KB | 5c938cacb99f8de04e20f9744437c489 |
Release notes
Initial Beta release of Fierce Single Sign-On. Fully functional, though the optional logout (Single Sign-Out) is a little wonky.