feat(server): license verification

This commit is contained in:
Alex Tran
2024-06-05 01:56:37 -05:00
parent 588860455f
commit ad3e92fff0
2 changed files with 47 additions and 1 deletions
+21
View File
@@ -2299,6 +2299,27 @@
]
}
},
"/auth/validate-license": {
"get": {
"operationId": "validateLicense",
"parameters": [],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "boolean"
}
}
},
"description": ""
}
},
"tags": [
"Authentication"
]
}
},
"/auth/validateToken": {
"post": {
"operationId": "validateAccessToken",