-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Request Header #536
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me so far. Just added some naming changes to avoid conflicts with the smile secure product name.
lib/src/main/java/com/smileidentity/networking/SmileSecureInterceptor.kt
Outdated
Show resolved
Hide resolved
lib/src/main/java/com/smileidentity/networking/SmileSecureInterceptor.kt
Outdated
Show resolved
Hide resolved
lib/src/main/java/com/smileidentity/networking/SmileSecureInterceptor.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we waiting for the backend?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is the latest changes you've been testing with, but we need to add the security_info to the biometric kyc and I haven't seen the SmileIDCryptoManager being called for the SmileIDSecurityInterceptor?
@@ -358,6 +364,19 @@ class SelfieViewModel( | |||
) | |||
} | |||
|
|||
val timestamp = getCurrentIsoTimestamp() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For selfie we should use the multi-part signing? The security_info.json we only add for the s3 uploads (biometric kyc, document).
|
||
annotation class SmileIDSecurity | ||
|
||
object SmileIDSecurityInterceptor : Interceptor { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the SmileIDCryptoManager getting called anywhere in here? Am I missing something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
om.smileidentity.networking.SmileIDCryptoManager is unresolved guessing WIP....
Story: https://app.shortcut.com/smileid/story/xxx
Summary
A few sentences/bullet points about the changes
Known Issues
Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.
Test Instructions
Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.
Screenshot
If applicable (e.g. UI changes), add screenshots to help explain your work.