Adds Options for JwtAuthentication (30min prod - 1day dev)
This commit is contained in:
@@ -6,5 +6,10 @@
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"Authentication": {
|
||||
"Jwt": {
|
||||
"Lifetime": "00:30:00"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user