šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

openid-redis-store

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openid-redis-store

0.0.2
Rubygems
Version published
Maintainers
1
Created
Source

Redis Store for OpenID

This is a simple store for OpenID authentication.

Usage

  • Install the plugin:

    ./script/plugin install git://github.com/dekart/openid-redis-store.git

  • Set your OpenID store (for Rails put this to a new file in config/initializers):

    Initializing Redis client

    redis_client = Redis.new( :host => "127.0.0.1", :port => "", :db => 0 )

    OpenIdAuthentication.store = OpenID::Store::Redis.new(redis_client)

Testing

No tests yet :( You can fork this plugin at GitHub (http://github.com/dekart/openid-redis-store) and add your own tests. I'll be happy to accept patches!

Credits

Written by Alex Dmitriev

FAQs

Package last updated on 28 Feb 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts