Object
# File lib/rots/identity_page_app.rb, line 13 def call(env) @request = Rack::Request.new(env) Rack::Response.new do |response| response.write <html> <head> <link rel="openid2.provider" href="#{op_endpoint}" /> <link rel="openid.server" href="#{op_endpoint}" /> </head> <body> <h1>This is #{@config['identity']} identity page</h1> </body></html> end.finish end
Generated with the Darkfish Rdoc Generator 2.