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

https://github.com/linkorb/form-token

inserts a form token in each form wchich method is post method.
https://github.com/linkorb/form-token

Last synced: 3 months ago
JSON representation

inserts a form token in each form wchich method is post method.

Awesome Lists containing this project

README

        

# form-token
inserts a form token in each form wchich method is post method.

# Example

package.json

```javascript
{
"dependencies": {
"@linkorb/form-token": "^0.1",
}
}
```

app.js:
```javascript
import '@linkorb/form-token';
```

### Define `formToken` global variable in file

```javascript
var formToken = "xxx-xx-xxx";
```

## License

MIT. Please refer to the [license file](LICENSE) for details.

## Brought to you by the LinkORB Engineering team



Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).

Btw, we're hiring!