Feature/Auth: implement user authentication #3

Merged
homeburger merged 48 commits from feature/auth into main 2026-03-22 20:52:22 -05:00
Showing only changes of commit a343c2e246 - Show all commits

View File

@@ -11,7 +11,7 @@
"AllowedHosts": "*",
"https_port": 443,
"Jwt": {
"Key": "local_secret",
"Key": "local_secret_but_longer_this_time_so_it_actually_works",
"Issuer": "agologum-api",
"Audience": "agologum-users"
}