Files
proxy-common/auth/auth_config.json

14 lines
278 B
JSON

{
"algorithm": "argon2id",
"jwt_secret": "your-local-dev-secret-change-in-production",
"puzzle_difficulty": 1,
"requests_per_token": 100,
"token_expiry_minutes": 10,
"argon2_params": {
"memory_kb": 16384,
"time": 4,
"threads": 4,
"key_len": 32
}
}