mirror of
https://github.com/bytedance/g3.git
synced 2026-04-29 04:00:32 +00:00
initial commit
This commit is contained in:
commit
13716f4923
1425 changed files with 163227 additions and 0 deletions
14
g3proxy/examples/simple_user_auth/dynamic_users.json
Normal file
14
g3proxy/examples/simple_user_auth/dynamic_users.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"name": "foo",
|
||||
"token": {
|
||||
"salt": "113323bdab6fd2cc",
|
||||
"md5": "5c81f2becadde7fa5fde9026652ccc84",
|
||||
"sha1": "ff9d5c1a14328dd85ee95d4e574bd0558a1dfa96"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bar",
|
||||
"token": "$1$rnfSARNK$DJNIbbMpjjSmral92rE3k1"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue