An open API service indexing awesome lists of open source software.

https://github.com/hannasdev/token

PHP token helper-class
https://github.com/hannasdev/token

Last synced: about 1 year ago
JSON representation

PHP token helper-class

Awesome Lists containing this project

README

          

Token
=====

Token is a helper-class for generating and storing and retrieving unique hashes in a `_SESSION`. It is intended to be used for Cross-Site-Request-Forgery (CSRF) protection.

## Examples
### generate() ###
PHP:
```php

```
HTML:
```html

```

### exists() ###
PHP:
```php