functional

This commit is contained in:
QkoSad
2024-11-29 19:35:10 +02:00
parent fd82786671
commit 8e4317abde
34 changed files with 714 additions and 25 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,8 @@
"TimelogBackend/1.0.0": {
"dependencies": {
"MySql.Data": "9.1.0",
"Newtonsoft.Json": "13.0.3"
"Newtonsoft.Json": "13.0.3",
"System.IdentityModel.Tokens.Jwt": "8.2.1"
},
"runtime": {
"TimelogBackend.dll": {}
@@ -60,6 +61,47 @@
}
}
},
"Microsoft.IdentityModel.Abstractions/8.2.1": {
"runtime": {
"lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
"assemblyVersion": "8.2.1.0",
"fileVersion": "8.2.1.51115"
}
}
},
"Microsoft.IdentityModel.JsonWebTokens/8.2.1": {
"dependencies": {
"Microsoft.IdentityModel.Tokens": "8.2.1"
},
"runtime": {
"lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"assemblyVersion": "8.2.1.0",
"fileVersion": "8.2.1.51115"
}
}
},
"Microsoft.IdentityModel.Logging/8.2.1": {
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "8.2.1"
},
"runtime": {
"lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
"assemblyVersion": "8.2.1.0",
"fileVersion": "8.2.1.51115"
}
}
},
"Microsoft.IdentityModel.Tokens/8.2.1": {
"dependencies": {
"Microsoft.IdentityModel.Logging": "8.2.1"
},
"runtime": {
"lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
"assemblyVersion": "8.2.1.0",
"fileVersion": "8.2.1.51115"
}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"MySql.Data/9.1.0": {
@@ -156,6 +198,18 @@
}
}
},
"System.IdentityModel.Tokens.Jwt/8.2.1": {
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "8.2.1",
"Microsoft.IdentityModel.Tokens": "8.2.1"
},
"runtime": {
"lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
"assemblyVersion": "8.2.1.0",
"fileVersion": "8.2.1.51115"
}
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
@@ -311,6 +365,34 @@
"path": "k4os.hash.xxhash/1.0.8",
"hashPath": "k4os.hash.xxhash.1.0.8.nupkg.sha512"
},
"Microsoft.IdentityModel.Abstractions/8.2.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8sMlmHhh5HdP3+yCSCUpJpN1yYrJ6J/V39df9siY8PeMckRMrSBRL/TMs/Jex6P1ly/Ie2mFqvhcPHHrNmCd/w==",
"path": "microsoft.identitymodel.abstractions/8.2.1",
"hashPath": "microsoft.identitymodel.abstractions.8.2.1.nupkg.sha512"
},
"Microsoft.IdentityModel.JsonWebTokens/8.2.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Oo0SBOzK6p3YIUcc1YTJCaYezVUa5HyUJ/AAB35QwxhhD6Blei5tNjNYDR0IbqHdb5EPUIiKcIbQGoj2b1mIbg==",
"path": "microsoft.identitymodel.jsonwebtokens/8.2.1",
"hashPath": "microsoft.identitymodel.jsonwebtokens.8.2.1.nupkg.sha512"
},
"Microsoft.IdentityModel.Logging/8.2.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EgSEAtBoWBynACdhKnMlVAFGGWqOIdmbpW7Vvx2SQ7u7ogZ50NcEGSoGljEsQoGIRYpo0UxXYktKcYMp+G/Bcg==",
"path": "microsoft.identitymodel.logging/8.2.1",
"hashPath": "microsoft.identitymodel.logging.8.2.1.nupkg.sha512"
},
"Microsoft.IdentityModel.Tokens/8.2.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-oQeLWCATuVXOCdIvouM4GG2xl1YNng+uAxYwu7CG6RuW+y+1+slXrOBq5csTU2pnV2SH3B1GmugDf6Jv/lexjw==",
"path": "microsoft.identitymodel.tokens/8.2.1",
"hashPath": "microsoft.identitymodel.tokens.8.2.1.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
@@ -367,6 +449,13 @@
"path": "system.diagnostics.eventlog/8.0.0",
"hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
},
"System.IdentityModel.Tokens.Jwt/8.2.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GVQmbjr2N8awFWPTWyThLxgKnFINObG1P+oX7vFrBY8um3V7V7Dh3wnxaGxNH6v6lSTeVQrY+SaUUBX9H3TPcw==",
"path": "system.identitymodel.tokens.jwt/8.2.1",
"hashPath": "system.identitymodel.tokens.jwt.8.2.1.nupkg.sha512"
},
"System.IO/4.3.0": {
"type": "package",
"serviceable": true,
Binary file not shown.
Binary file not shown.