massive work on user auth

This commit is contained in:
Вячеслав 2025-04-08 19:08:17 +05:00
parent 35331a87f1
commit c2bcaf0832
17 changed files with 186 additions and 19 deletions

View file

@ -8,5 +8,11 @@
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Data Source=Application.db"
},
"JwtSettings": {
"SecretKey": "sigma_super_secret_key_for_jwt_tokens_yo_that_should_be_stored_in_ENV",
"Issuer": "SurveyBackend",
"Audience": "SurveyClient",
"ExpiresInMinutes": 600
}
}