Support denying a JWT JTI via the API

This commit is contained in:
Dane Everitt
2020-11-03 21:01:50 -08:00
parent 65664b63e7
commit 08d1efb475
2 changed files with 19 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ func Configure() *gin.Engine {
server.POST("/commands", postServerCommands)
server.POST("/install", postServerInstall)
server.POST("/reinstall", postServerReinstall)
server.POST("/ws/deny", postServerDenyWSTokens)
// This archive request causes the archive to start being created
// this should only be triggered by the panel.