Download the PHP package crodas/csrf-token without Composer
On this page you can find all versions of the php package crodas/csrf-token. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crodas/csrf-token
More information about crodas/csrf-token
Files in crodas/csrf-token
Download crodas/csrf-token
More information about crodas/csrf-token
Files in crodas/csrf-token
Vendor crodas
Package csrf-token
Short Description Easier way to generate CSRF tokens
License BSD-4-Clause
Package csrf-token
Short Description Easier way to generate CSRF tokens
License BSD-4-Clause
Please rate this library. Is it a good library?
Informations about the package csrf-token
CSRF (Cross-Site Request Forgery) stateless tokens.
Stateless CSRF-token generation and verification.
Instalation
Properties
- Hashes are unique per IP
- They require a site secret, so hashes are impossible to forge.
- Hashes expires after a certain amount of time (Default: 1 hour)
How to use it
Initialize the library:
Add it to your forms
And then verify the hashes are legit and still valid:
All versions of csrf-token with dependencies
PHP Build Version
Package Version
No informations.
The package crodas/csrf-token contains the following files
Loading the files please wait ....