🎉 完成基本的演示和样例

This commit is contained in:
loveuer
2024-10-23 17:46:15 +08:00
commit aefc004e33
56 changed files with 2648 additions and 0 deletions

0
httptest/uauth/127.0.0.1 Normal file
View File

View 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
}

View File

@ -0,0 +1,9 @@
{
"version": "1",
"name": "uauth",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}