Class Rack::OpenID::SimpleAuth
In: lib/rack/openid/simple_auth.rb
Parent: Object

A simple OpenID middleware that restricts access to a single identifier.

  use Rack::OpenID::SimpleAuth, "http://example.org"

SimpleAuth will automatically insert the required Rack::OpenID middleware, so use Rack::OpenID is unnecessary.

Methods

call   new   new  

Attributes

app  [R] 
identifier  [R] 

Public Class methods

Public Instance methods

[Validate]