Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 308 Bytes

cyclejs-csrfHTTPDriver

A HTTP driver built up to use CSRF tokens on the page & subsequent requests

For now, just copy this over into your app.

Later i'll turn it into a package or something.

Usage

const drivers = {
  DOM: makeDOMDriver('body'),
  appHTTP: makeCsrfHTTPDriver()
}