Security Token

Permalink
Hi all,

I have been working with C5 off and on for a few weeks now and it is sweet. Starting to look into the code a bit more. Can anyone explain or point me to a resource on the security token use?

 
ScottC replied on at Permalink Reply
ScottC
The code there seems pretty well documented. If you want to use it, you need to:

$token = Loader::helper('validation/token');


then interact from there.