add(system): login/logout api, rename PK fields

This commit is contained in:
Tit Petric
2018-11-25 22:57:48 +01:00
parent 59a3fc85d3
commit 256a45bdb6
10 changed files with 213 additions and 8 deletions
+2 -2
View File
@@ -13,14 +13,14 @@
"Method": "GET",
"Title": "Check JWT token",
"Path": "/check",
"Parameters": null
"Parameters": {}
},
{
"Name": "logout",
"Method": "DELETE",
"Title": "Delete JWT token (Sign Out)",
"Path": "/check",
"Parameters": null
"Parameters": {}
}
]
}