Deploy RC 454 to Production#11915
Merged
mitchellhenke merged 7 commits intostages/prodfrom Feb 25, 2025
Merged
Conversation
* Add fix to AcuantCamera to not allow users to upload image * minified AcuantCamera.js minified the AcuantCamera.js fix so that the IdP will pick it up * add changelog changelog: Bug Fixes, Doc Auth, Acuant security patch for manual uploads * increase number of acuant versions for testing the patch * remove old acuant version * update acuant sdk default configs
* add doc_auth_vendor as a column to document_capture_sessions changelog: Internal, Document Authentication, Add doc_auth_vendor as a column to document_capture_sessions database table * store bucketed doc auth vendor in document_capture_sessions changelog: Internal, Document Authentication, Store and retrieve doc_auth_vendor in/from document capture session * temp mock * add document capture session to specs * happy linting * remove comment * remove comment * happy linting * set vendor in document capture session * set vendor in document capture session * happy linting * test unchanging doc auth vendor * add expect showing that doc_auth_vendor is sourced from document capture session
* changelog: Internal, doc capture routing, refactor doc capture routing to route directly yo correct vendor controller * updated logic to support step url param and updated tests to check for correct vendor url * Updating logic to support in_person_proofing_enabled * Adding logging and tests * refactored logic to route directly to standard flow if step is involved * added logging for socure hybrid flow * moved vendor_document_capture_url to IdvStepConcern * including DocAuthVendorConcern in step concern * added log check for socure hybrid flow spec test * Fixing spec and DocumentCaptureSession nil issue * Updated logic and spec
changelog: Internal, Maintenance, Update phonelib dependency
[skip changelog]
…ing password (#11907) * changelog: User-Facing Improvements, Auth & Account Management, Add password strength feedback when focus on password field * add id for password strength block and include in password field described-by attribute * remove conditional setting of aria-describedby * revise spec expectaion * move adding password feedback to javascript pw-strength element * revise tests based on change to how -describedby is inserted * isolate component behavior according to reusability principles * add clear input to test and switch up non-null assertion * handle describedby attribute with a constant at top of flow
aduth
approved these changes
Feb 25, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User-Facing Improvements
Bug Fixes
Internal