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.
- Host: GitHub
- URL: https://github.com/linkorb/form-token
- Owner: linkorb
- License: mit
- Created: 2019-06-04T06:15:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T11:17:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T14:42:08.508Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!