massive work on user auth
This commit is contained in:
parent
35331a87f1
commit
c2bcaf0832
17 changed files with 186 additions and 19 deletions
|
|
@ -7,5 +7,11 @@
|
|||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Data Source=Application.db"
|
||||
},
|
||||
"JwtSettings": {
|
||||
"SecretKey": "sigma_super_secret_key_for_jwt_tokens_yo",
|
||||
"Issuer": "SurveyBackend",
|
||||
"Audience": "SurveyClient",
|
||||
"ExpiresInMinutes": 600
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue