Skip to content

Email Password User Authentication

Wesley Miaw edited this page Jun 11, 2014 · 1 revision

Email and password is a standard user authentication scheme in wide use.

This scheme is identified by the string EMAIL_PASSWORD.

Authentication Data Representation

authdata = {
  "#mandatory" : [ "email", "password" ],
  "email" : "string",
  "password" : "string"
}
Field Description
email user email address
password user password

Clone this wiki locally