nguyenchauchieu / nimble-survey

0 stars 0 forks source link

Using NSUserDefaults for sensitive data #3

Open edgarss opened 3 years ago

edgarss commented 3 years ago

access tokens shouldn't be saved in NSUserDefaults for security purposes but in Keychain

nguyenchauchieu commented 3 years ago

I fixed this, please review it in the new code

edgarss commented 3 years ago

Why did you choose to add SwiftKeychainWrapper manually instead of with Cocoapods?