@linkorb/form-token

0.1.0 • Public • Published

form-token

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

Example

package.json

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

app.js:

  import '@linkorb/form-token';

Define formToken global variable in file

  var formToken = "xxx-xx-xxx";

License

MIT. Please refer to the license file for details.

Brought to you by the LinkORB Engineering team


Check out our other projects at linkorb.com/engineering.

Btw, we're hiring!

Readme

Keywords

Package Sidebar

Install

npm i @linkorb/form-token

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

2.81 kB

Total Files

5

Last publish

Collaborators

  • jfaassen