3
0
corteza/api/system/spec/auth.json

26 lines
488 B
JSON

{
"Title": "Authentication",
"Package": "auth",
"Interface": "Auth",
"Struct": null,
"Parameters": null,
"Protocol": "",
"Authentication": [],
"Path": "/auth",
"APIs": [
{
"Name": "check",
"Method": "GET",
"Title": "Check JWT token",
"Path": "/check",
"Parameters": {}
},
{
"Name": "logout",
"Method": "DELETE",
"Title": "Delete JWT token (Sign Out)",
"Path": "/check",
"Parameters": {}
}
]
}