Skip to content

Conversation

@0Chencc
Copy link
Owner

@0Chencc 0Chencc commented Jan 30, 2026

Summary

  • Add alternative SharedPreferences-based storage for auth tokens and credentials
  • Provides fallback for platforms where Keychain/SecureStorage is problematic during development
  • Update iOS/macOS platform configurations and entitlements

Test plan

  • Verify token storage works on macOS
  • Verify credentials storage works on iOS simulator
  • Confirm existing secure storage still functions on production builds

Add alternative data storage implementation using SharedPreferences
for platforms where Keychain/SecureStorage is problematic during
development. This includes:

- Add AuthSharedPrefsDataSource for token storage
- Add CredentialsSharedPrefsDataSource for credentials storage
- Update DI providers to support alternative storage
- Update iOS/macOS platform configurations
@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.42%. Comparing base (88fc4e0) to head (dfe708a).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   71.42%   71.42%           
=======================================
  Files           1        1           
  Lines           7        7           
=======================================
  Hits            5        5           
  Misses          2        2           

☔ 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.

@0Chencc 0Chencc merged commit 982a0d0 into main Jan 30, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants