Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: increase entropy of OTPs generated by code strategy
Moving forward, OTPs generated by the code strategy will match pattern `[0-9a-zA-Z]{8}` instead of `[0-9]{6}`. This increases entropy and makes it easier to defend against reverse brute force attacks. See ory-corp/cloud#3724
- Loading branch information