README.txt |
README.txt |
|
# Token Authentication
Enable feed readers and other simple clients to see certain private pages by
providing an authentication token.
## Usage
If you put token=x on the querystring and x is a valid token, then an anonymous
user will be… |
tokenauth.drush.inc |
tokenauth.drush.inc |
|
Tokenauth drush commands. |
tokenauth.inc |
tokenauth.inc |
|
Provides tokenauth API for Token Authentication module. |
tokenauth.info |
tokenauth.info |
|
name = Token authentication
description = Enable URL-based authentication for specified paths. Allows RSS Readers to view private content.
core = 7.x |
tokenauth.install |
tokenauth.install |
|
Installation routines for the Token Authentication module. |
tokenauth.module |
tokenauth.module |
|
|
tokenauth.pages.inc |
tokenauth.pages.inc |
|
Provides administrative user interface for Tokenauth module. |
tokenauth_context_condition_tokenauth.inc |
plugins/tokenauth_context_condition_tokenauth.inc |
|
Context condition plugin for Tokenauth module. |