Jifty::Plugin::OAuth::View(3) Views for OAuth-ey bits

oauth/response

Internal template. Do not use.

It returns OAuth parameters to the consumer in the HTTP response body.

oauth

An OAuth description page very much geared towards Consumers, since they'll most likely be the only ones visiting yourapp.com/oauth

oauth/authorize

This is the page that Users see when authorizing a request token. It renders the ``insert token here'' textbox if the consumer didn't put the request token in the GET query, and (always) renders Allow/Deny buttons.

oauth/authorized

Displayed after the user authorizes or denies a request token. Uses a link to the callback if provided, otherwise the site's URL.

oauth/help

This provides a very, very layman description of OAuth for users

oauth/consumer

Renders the consumer's name, and if available, its URL as a link.