fierce-lion-12678
03/17/2025, 8:25 PMmagnificent-energy-493
ory get identity-config --project $PROJECT_ID --format json-pretty > config.json
this is the section you want to update:
"code": {
"config": {
"lifespan": "15m0s",
"missing_credential_fallback_enabled": true
},
2.
Ory has similar brute-force protections built-in for the code method. Only the latest code is valid and you can set the lifespan yourself. Repeated attempts are blocked on the API level as part of general rate limiting against brute-force attempts, you can read more about this here.fierce-lion-12678
03/17/2025, 9:57 PM