anti-csrf icon indicating copy to clipboard operation
anti-csrf copied to clipboard

Prints the token request

Open boionfire81-zz opened this issue 6 years ago • 1 comments

  1. Using just a standard php file.
  2. Required the anticsrf.php file.
  3. Do not have/use twig so I tried calling it using A. generateToken('form.php') B. $csrf=$AntiCSRF->generateToken('form.php'); and added the $csrf to the form. C. insertToken('form.php')

In any case it simply prints the function name.

boionfire81-zz avatar Jun 28 '18 01:06 boionfire81-zz

What do you mean it prints the token name, could you provide the code.

Kooser06 avatar Feb 11 '19 21:02 Kooser06