Skip to content

Commit

Permalink
Forgot to update the readme file... done now! Final commit of 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
designfrontier committed Jun 2, 2011
1 parent 33bcef4 commit 4321348
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ReadMe
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The article about Tokenizer and implementing it is here: http://designfrontier.n

Changes
-----------------------------------------
1.2
Added a getTokenValue method for working with AJAX requests and tokens.
Updated the example docs with the AJAX examples.

1.1
Corrected a bug in the submit.cfm that referenced the wrong token name when removing the token.
Added a checkTokenLife() method that returns the number of seconds left in the life of a token.
Expand Down Expand Up @@ -38,5 +42,7 @@ it. Thanks!
Credits
-----------------------------------------
The application.cfc in the examples is heavily based on Ben Nadel's application.cfc template (http://www.bennadel.com/blog/726-ColdFusion-Application-cfc-Tutorial-And-Application-cfc-Reference.htm). The concept
for tokenizer draws heavily on Jason Dean's may fantastic security articles (htttp://12robots.com) which you should be reading.
for tokenizer draws heavily on Jason Dean's may fantastic security articles (htttp://12robots.com) which you should be reading. The AJAX header code draws on http://existdissolve.com/2010/10/cfscript-alternative-to-cfheader/ for writing headers in cfscript.


Tokenizer is created and maintained by Daniel Sellers www.designfrontier.net

0 comments on commit 4321348

Please sign in to comment.