Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gem 'foundation_emails'
gem 'gibberish'
gem 'hiredis'
gem 'http_accept_language'
gem 'identity-doc-auth', github: '18F/identity-doc-auth', tag: 'v0.1.0'
gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v0.4.1'
require File.join(__dir__, 'app', 'services', 'lambda_jobs', 'git_ref.rb')
gem 'identity-idp-functions', github: '18F/identity-idp-functions', ref: LambdaJobs::GIT_REF
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ GIT
retries
xmldsig

GIT
remote: https://github.com/18F/identity-doc-auth.git
revision: f61b5b76c71659d33a40b87e769252dc80d2af43
tag: v0.1.0
specs:
identity-doc-auth (0.1.0)
activesupport
faraday

GIT
remote: https://github.com/18F/identity-hostdata.git
revision: da013056e3a5ffcb46001a3f4fca21b80640838e
Expand Down Expand Up @@ -741,6 +750,7 @@ DEPENDENCIES
hiredis
http_accept_language
i18n-tasks (>= 0.9.31)
identity-doc-auth!
identity-hostdata!
identity-idp-functions!
identity-telephony!
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/idv/image_uploads_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def store_pii(doc_response)
end

def doc_auth_client
@doc_auth_client ||= DocAuth::Client.client
@doc_auth_client ||= DocAuthRouter.client
end

def add_costs(client_response)
Expand Down
64 changes: 0 additions & 64 deletions app/services/doc_auth/acuant/acuant_client.rb

This file was deleted.

50 changes: 0 additions & 50 deletions app/services/doc_auth/acuant/pii_from_doc.rb

This file was deleted.

112 changes: 0 additions & 112 deletions app/services/doc_auth/acuant/request.rb

This file was deleted.

45 changes: 0 additions & 45 deletions app/services/doc_auth/acuant/requests/create_document_request.rb

This file was deleted.

46 changes: 0 additions & 46 deletions app/services/doc_auth/acuant/requests/facial_match_request.rb

This file was deleted.

25 changes: 0 additions & 25 deletions app/services/doc_auth/acuant/requests/get_face_image_request.rb

This file was deleted.

Loading