This document covers various components of pinax.apps.bbauth.
Required. The identification string assigned to your app from registering with Yahoo!:
BBAUTH_APP_ID = ""
The named urls in this app should enable the use of of the {% url %} template tag as well as reverse lookups in your project code without having to know the implementation details of this app.
Authenticates user through Yahoo! redirecting user to Yahoo! login if not already authenticated.
Validates Yahoo! session and sets token into session.
Destroys Yahoo! based app session.