WP Rails Authenticate

0

Many people use wordpress to run blogs alongside their Ruby on Rails applications. And many Ruby on Rails applications use very similar login systems, derived from the restful_authentic

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Many people use wordpress to run blogs alongside their Ruby on Rails applications. And many
Ruby on Rails applications use very similar login systems, derived from the restful_authentication
or clearance plugins. This plugin provides hooks so that your wordpress blog can read your rails
app’s database.yml file, connect to that database and authenticate the user against your rails app.

This plugin requires the syck PHP extension for parsing yaml. Instructions for installing syck are available at
http://trac.symfony-project.org/wiki/InstallingSyck

To Do

  • Add automated tests
  • Solicit user feedback on further options