mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
Its working!
This commit is contained in:
parent
800dcb6270
commit
143a3b756e
10 changed files with 81 additions and 15 deletions
15
bruno/Auth/verify-user.bru
Normal file
15
bruno/Auth/verify-user.bru
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue