run check bool

This commit is contained in:
Dominic Wong
2021-09-09 13:56:52 +01:00
parent 528b1e1c69
commit 5c998951a1
17 changed files with 48 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
"generate": [{
"title": "Generate OTP",
"description": "Generate a one time password for a unique id, email or user",
"run_check": true,
"request": {
"id": "asim@example.com"
},
@@ -13,6 +14,7 @@
"validate": [{
"title": "Validate OTP",
"description": "Validate the one time password created via generate",
"run_check": true,
"request": {
"id": "asim@example.com",
"code": "656211"