fix: ganti penyimpanan token dari AsyncStorage ke SecureStore
Token autentikasi kini disimpan di Keychain (iOS) / Keystore (Android) sehingga otomatis terhapus saat uninstall dan tidak bisa dipulihkan lewat Google Backup. @notification_permission tetap di AsyncStorage karena bukan data sensitif.
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
"expo-modules-core": "^2.5.0",
|
||||
"expo-notifications": "~0.31.3",
|
||||
"expo-router": "~5.1.4",
|
||||
"expo-secure-store": "~14.2.4",
|
||||
"expo-sharing": "^13.1.5",
|
||||
"expo-splash-screen": "~0.30.8",
|
||||
"expo-status-bar": "~2.2.3",
|
||||
|
||||
Reference in New Issue
Block a user