-Added REST endpoint "/v2/token/destroy/all"

-Added command "/rest destroytokens", "/rest listusers"
This commit is contained in:
CoderCow 2013-07-27 20:57:55 +02:00
parent d9ff9a6ac5
commit 4d95b5594e
3 changed files with 66 additions and 2 deletions

View file

@ -26,6 +26,9 @@ namespace Rests
[Description("User can create REST tokens.")]
public static readonly string restapi;
[Description("User or REST user can destroy all REST tokens.")]
public static readonly string restmanage;
[Description("REST user can turn off / restart the server.")]
public static readonly string restmaintenance;