Skip to content

Implement secure storage #9

Description

@jonathanpalma

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

  • Status
    In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions