GithubHelp home page GithubHelp logo

jystewart / wp-rails-authentication Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 2.0 77 KB

Log users into a wordpress site against their accounts in a Ruby on Rails application.

Home Page: http://wordpress.org/extend/plugins/wp-rails-authenticate/

PHP 100.00%

wp-rails-authentication's Introduction

=== WP Rails Authenticate ===
Contributors: jystewart
Tags: authentication, users
Requires at least: 2.8.0
Tested up to: 2.9.1
Stable tag: trunk
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10973638

Log users in against their accounts in a Ruby on Rails application.

== 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

== Installation ==

1. Upload `wp-rails-authenticate` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to the WP Rails Authenticate option under Settings and enter the path to your database.yml file

== Frequently Asked Questions ==

= I use a different method of encryption to the default. How do I change it? =

To change encryption methods you will need to edit the plugin code. Override the function 
WP_Rails_Authentication#apply_encryption with your preferred encryption method.

= My blog is on the same domain as my rails app? Can I share sessions between them (single sign-on)? =

Due to ruby and PHP using different serialisation approaches we've not (yet) got an easy way to share 
sessions.

= My blog runs on a different server from my rails app. How do I share accounts between them? =

Providing your blog server can access the database, you simply need an appropriate database.yml file.

= Are there other approaches to this problem?

Since this plugin was developed, the [Rails Integration API](http://wordpress.org/extend/plugins/rails-integration-api/) 
plugin has been released. That requires you to add some API code to your rails app, but 
may be easier if you want to keep all the encryption logic solely in rails or can't add an extra
module to PHP.

== Upgrade Notice ==

This is the first version so I'm the only one who'll be doing any upgrading.

== To Do ==
* Add automated tests
* Solicit user feedback on further options

== Changelog ==

= 1.0 =
* Consolidated code in use in various projects
* Prepared for first release

wp-rails-authentication's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.