Skip to content

basic auth support

Compare
Choose a tag to compare
@sintaxi sintaxi released this 09 Jan 00:43
· 273 commits to master since this release

Additions

Basic Auth support (takes an array in _harp.jsonfile)

{
  "basicAuth": ["batman:darkknight", "superman:supersecret"]
}

OR just takes a single user cred as a string

{
  "basicAuth": "foo:bar"
}

Fixes

  • changes !!! to doctype in init to prepare for jade v1
  • CLI impovements

API Breakage

none