🎉 完成基本的演示和样例
This commit is contained in:
0
httptest/uauth/127.0.0.1
Normal file
0
httptest/uauth/127.0.0.1
Normal file
18
httptest/uauth/auth req.bru
Normal file
18
httptest/uauth/auth req.bru
Normal file
@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: auth req
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://127.0.0.1:8080/authorize?client_id=12345&response_type=code&redirect_uri=http://localhost:8080/callback&scopde=balaba
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
client_id: 12345
|
||||
response_type: code
|
||||
redirect_uri: http://localhost:8080/callback
|
||||
scopde: balaba
|
||||
}
|
9
httptest/uauth/bruno.json
Normal file
9
httptest/uauth/bruno.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "uauth",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user