Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use bcrypt to hash the WebAuthn MFA API's api secret
Our MFA APIs use bcrypt for that, and at some point the `PASSWORD_DEFAULT` may change for PHP. This commit's code change protects this code from breaking when the default PHP password hashing algorithm does change.
- Loading branch information