Skip to content

Conversation

@jjamminjim
Copy link

•Added kSecAttrAccessible:kSecAttrAccessibleAfterFirstUnlock keychain attribute so tokens can be accessible in background after first unlock. This helps with apple watch notification response when device is locked.
•Also made the HMAC func public

Jim Boyd added 3 commits May 24, 2019 14:50
…o tokens can be accessible in background after first unlock (helps with apple watch notification response when device is locked).
…o tokens can be accessible in background after first unlock (helps with apple watch notification response when device is locked).
kSecAttrService as String: kOTPService as NSString,

// Allow keychain access in the background after first unlock.
kSecAttrAccessible as String: kSecAttrAccessibleAfterFirstUnlock as NSString
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)

kSecAttrGeneric as String: data as NSData,
kSecValueData as String: generator.secret as NSData,
kSecAttrService as String: kOTPService as NSString,

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)

@codecov
Copy link

codecov bot commented Aug 24, 2019

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.34%. Comparing base (8e32517) to head (8df4199).
⚠️ Report is 222 commits behind head on develop.

Additional details and impacted files
@@ Coverage Diff @@ ## develop #208 +/- ## =========================================== + Coverage 97.22% 99.34% +2.11%  =========================================== Files 6 6 Lines 397 153 -244 =========================================== - Hits 386 152 -234  + Misses 11 1 -10 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Repository owner deleted a comment Jan 13, 2022
Repository owner deleted a comment Jan 13, 2022
Repository owner deleted a comment Jan 13, 2022
Repository owner deleted a comment Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant