Consider storing token in Keychain instead of NSUserDefaults
Vratislav opened this issue · 0 comments
Vratislav commented
Current implementation of the SDK stores token in NSUserDefaults.
Since MojioAccessToken is something that grants you access to whole range of sensitive user information, it should be probably stored in Keychain as it is the recommended place where to store such information.