Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
18.32 KB
MD5: 77d6ca2544cdb2dcfb56c47c79a5ff76
SHA-1: 4e426f3c651dddca086215d66bdfb9b2faab1fb8
SHA-256: 210d39638bb6c6455d2e61737473150abd95b0e260855ef717e656fcd62caf63
Download zip
20.56 KB
MD5: 88675a660a7b861278bd501d051ddb2b
SHA-1: 00d8953c3dcc7c39b86a8251c1879af56cc71f94
SHA-256: 266555b455d857fd582aa7c4d8e497e9379d093e47b63ac8cc9203659f1ca4c1
Release notes
Major changes since 7.x-1.2
- Audience must now be defined in its own variable in settings.php, for example:
$conf['persona_audience'] = 'http://example.com:80'; - New option "Improve frontend performance when not signed in".
- Compatible with sign out links in other modules including Admin and Admin Menu.
- All buttons are now <a> elements - helps accessibility.
Commits
- view commit Start getting the token after navigator.id.request() instead of before.
- view commit Remove unnecessary function.
- view commit If navigator.id is not available then do nothing.
- view commit Update doxygen.
- view commit Send X-UA-Compatible HTTP header as http-equiv meta tag so it appears in page cache. Use Chrome's frame rendering engine if available on IE.
- view commit Make Persona sign out button work when not signed in with Persona.
- view commit Improve audience handling.
- view commit Add option to improve frontend performance when not signed in.
- view commit Minor comment modifications.
- view commit Don't check if we have we already added the JS shiv.
- view commit Fix comment.
- view commit Keep XSRF token functions together.
- view commit Remove leading underscore from _persona_check_xsrf_token().
- view commit Improve configuration descriptions.
- view commit Add comment.
- view commit Make sure Persona handles all sign out links.
- view commit $e => $exception
- view commit Make all buttons <a> elements.
- view commit Make sure we know we are signed in with Persona when switching to the same user we already signed in as normally.
- view commit Use href as callback url.
- view commit Switch order of success / error handlers.