This commit is contained in:
Milo Schwartz 2024-10-06 22:50:33 -04:00
commit 3a52615e3e
No known key found for this signature in database
11 changed files with 82 additions and 18 deletions

View file

@ -0,0 +1,15 @@
meta {
name: verify-user
type: http
seq: 4
}
get {
url: http://localhost:3000/badger/verify-user?sessionId=asdf
body: none
auth: none
}
params:query {
sessionId: asdf
}