-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
task(customs): Alter customs rules for getCredentialStatus action
Because: - We've seen an increase in 'unblock sign in' page views, which led to investigating the customs config. - If a key stretching upgrade occurs, we will trigger a getCredentialsStatus, passwordChange & accountLogin action. - Therefore we potentially have 3x the number actions during an upgrade scenario. This Commit: - Moves the getCredentialStatus action into the ACCOUNT_STATUS_ACTION set, which more correctly fits the nature of this action. - The default for maxAccountStatusCheck has been increased, because key stretching changes need a bit more overhead for these types of actions.
- Loading branch information
Showing
3 changed files
with
3 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters