0.1.0 • Published 5 years ago

@linkorb/form-token v0.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

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!