Version 0.2.0 - Ajout du serveur Web et de l'Autheification Discord

This commit is contained in:
Raphix
2023-08-22 17:44:21 +02:00
parent 99ce148521
commit baa74459a1
20 changed files with 902 additions and 12 deletions

View File

@ -4,5 +4,17 @@
"password": "DevamOP",
"port": 443,
"secure": true
},
{
"host": "suki.nathan.to",
"password": "adowbongmanacc",
"port": 443,
"secure": true
},
{
"host": "ssl.horizxon.studio",
"password": "horizxon.studio",
"port": 443,
"secure": true
}
]

39
data/users.json Normal file
View File

@ -0,0 +1,39 @@
[
{
"auth": {
"token_type": "Bearer",
"access_token": "jY17lCWaOpTdPQCnz50kfNm7ABpsGz",
"expires_in": 604800,
"refresh_token": "3TronknZ7j5kVSDBjI3OechmCYF8ck",
"scope": "identify guilds.members.read guilds"
},
"avatar": null,
"communication_disabled_until": null,
"flags": 0,
"joined_at": "2023-03-06T18:20:23.413000+00:00",
"nick": "Raphix",
"pending": false,
"premium_since": null,
"roles": [
"397725552968204288"
],
"user": {
"id": "486943594893017119",
"username": "raphixscrap",
"avatar": "7129e80c23aa3ba3d2d45814dd352a29",
"discriminator": "0",
"public_flags": 4194368,
"flags": 4194368,
"banner": null,
"accent_color": 10712214,
"global_name": "Raphix",
"avatar_decoration_data": null,
"banner_color": "#a37496"
},
"mute": false,
"deaf": false,
"bio": "",
"banner": null,
"token": "0e33a0fe-0248-47a4-949d-1c4d37b2c443"
}
]