Skip to content
Salvatore D'Agositno edited this page Aug 8, 2013 · 6 revisions

Auth in version 1.0.1

  • All requests must pass a username and password parameter.
  • Both parameters are in plain text.

For testing purposes, you may use:

    username = jsnow
    password = test

NB This will change once password hashing is implemented

Clone this wiki locally