25 lines
592 B
JSON
25 lines
592 B
JSON
{
|
|
"login" : {
|
|
"type" : "form",
|
|
"submit" : "login@sessions",
|
|
"structure" : [
|
|
["username", "text"],
|
|
["password", "password"]
|
|
]
|
|
},
|
|
"unloggin" : {
|
|
"type" : "form",
|
|
"submit" : "logout@sessions",
|
|
"structure" : []
|
|
},
|
|
"register" : {
|
|
"type" : "form",
|
|
"submit" : "register@sessions",
|
|
"structure" : [
|
|
["username", "text"],
|
|
["password", "password"],
|
|
["confirm_password", "password"],
|
|
["email", "email"]
|
|
]
|
|
}
|
|
} |