This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

FrontEnd Cookie SSO

Description

BIG WARNING: This is still in early development and needs testing.

This plugin lets you implement a cookie based front-end authorization system that can be used (for example) to allow users who are logged in via an system to comment on your site.

Please see the inline documentation for the various filters this plugin provides to alter it’s behaviour.

Screenshots

  • Settings screen to enable/disable various features.

Installation

  • Install either via the WordPress.org plugin directory, or by uploading the files to your server.
  • Activate the Plugin and ensure that you enable the feature in the plugins’ settings screen
  • Add a secret encryption key to your wp-config.php by adding define( 'FRONT_END_COOKIE_SSO_SECRET', my_secret_string' );
  • Read the inline documentation for ways on how to extend/alter the implementation. Sorry, still working on the documentation.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“FrontEnd Cookie SSO” is open source software. The following people have contributed to this plugin.

Contributors

Translate “FrontEnd Cookie SSO” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

Version 0.1

  • Initial version of this plugin.