Feature/Auth: implement user authentication #3
@@ -11,7 +11,7 @@
|
|||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"https_port": 443,
|
"https_port": 443,
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "local_secret",
|
"Key": "local_secret_but_longer_this_time_so_it_actually_works",
|
||||||
"Issuer": "agologum-api",
|
"Issuer": "agologum-api",
|
||||||
"Audience": "agologum-users"
|
"Audience": "agologum-users"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user