test(better auth): implementation start of better auth
This commit is contained in:
19
LogisticsSupportTool_API_DOCS/app/auth/Auth Me.bru
Normal file
19
LogisticsSupportTool_API_DOCS/app/auth/Auth Me.bru
Normal file
@@ -0,0 +1,19 @@
|
||||
meta {
|
||||
name: Auth Me
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://{{url}}/lst/api/me
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
Cookie: {{session_cookie}}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user