Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement secure storage #9

Open
jonathanpalma opened this issue Jan 24, 2022 · 0 comments
Open

Implement secure storage #9

jonathanpalma opened this issue Jan 24, 2022 · 0 comments
Assignees

Comments

@jonathanpalma
Copy link
Contributor

Implement a secure storage library and replace the current implementation of how tokens are stored

// TODO: retrieve token from keychain/encrypted-storage
AsyncStorage.getItem(TOKEN),

// TODO: store token in keychain/encrypted-storage
AsyncStorage.setItem(TOKEN, token),

Useful links

https://reactnative.dev/docs/security#storing-sensitive-info

https://reactnative.dev/docs/security#secure-storage

Potential libraries

https://github.com/emeraldsanto/react-native-encrypted-storage

https://github.com/oblador/react-native-keychain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants