react-native-spotify
react-native-spotify copied to clipboard
Switch to using keychain for access / refresh token storage
Using regular preference storage for session-related data is insecure. iOS should use the keychain, and I should research the proper way to do this on Android.