Skip to content

linkorb/form-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!