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 aggregators, feed readers and other simple clients to see private pages by providing an authentication token.
core = 6.x |
tokenauth.install |
tokenauth.install |
|
Install, update, and uninstall functions for tokenauth. |
tokenauth.module |
tokenauth.module |
|
|
tokenauth.pages.inc |
tokenauth.pages.inc |
|
Provides administrative user interface for Tokenauth module. |
tokenauth_context.info |
modules/tokenauth_context/tokenauth_context.info |
|
name = "Token Authentication Context Integration"
description = "Integrate the Token Authentication module with the Context module."
core = "6.x"
dependencies[] = "tokenauth"
dependencies[] = "context" |
tokenauth_context.module |
modules/tokenauth_context/tokenauth_context.module |
|
Code for the Token Authentication Context Integration module. |
tokenauth_context_condition_tokenauth.inc |
modules/tokenauth_context/plugins/tokenauth_context_condition_tokenauth.inc |
|
|