Skip to content

Commit 0a95be5

Browse files
committed
tweaks
1 parent 61bd14f commit 0a95be5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

stackhawk.d/stackhawk-auth-basic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ app:
1212
path: /api/basic/items/search/1
1313
success: ".*200.*"
1414
requestMethod: GET
15+
loggedInIndicator: "\\QSign Out\\E"
16+
loggedOutIndicator: ".*Location:.*/login.*"

stackhawk.d/stackhawk-auth-external-jwt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ app:
1313
testPath:
1414
path: /api/jwt/items/search/
1515
success: ".*200.*"
16+
loggedInIndicator: "\\QSign Out\\E"
17+
loggedOutIndicator: ".*Location:.*/login.*"
1618

1719
hawk:
1820
spider:

stackhawk.d/stackhawk-auth-external-token.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ app:
1212
testPath:
1313
path: /api/token/items/search/1
1414
success: ".*200.*"
15-
15+
loggedInIndicator: "\\QSign Out\\E"
16+
loggedOutIndicator: ".*Location:.*/login.*"
1617
hawk:
1718
spider:
1819
base: false

0 commit comments

Comments
 (0)