You are here

README.txt in Token authentication 5

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7 README.txt
DESCRIPTION
  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 authenticated as the user who owns the token. You may learn a user's token by clicking on the tab on the user's profile page.

TODO
  expire tokens after x days - http://drupal.org/node/97820
  start changing links around the site so they have user's token appended automatically
  use the token in other contexts like inbound email (see mailhandler.module)
  

File

README.txt
View source
  1. DESCRIPTION
  2. Enable feed readers and other simple clients to see certain private pages by providing an authentication token.
  3. USAGE
  4. If you put token=x on the querystring and x is a valid token, then an anonymous user will be authenticated as the user who owns the token. You may learn a user's token by clicking on the tab on the user's profile page.
  5. TODO
  6. expire tokens after x days - http://drupal.org/node/97820
  7. start changing links around the site so they have user's token appended automatically
  8. use the token in other contexts like inbound email (see mailhandler.module)