Fork me on GitHub
#cljsrn
<
2020-04-01
>
wonko711:04:03

Hi! I'd like to store credentials, what should I use with re-frame? Am I missing something obvious or is everyone re-writing their own fx? I found this: https://github.com/condense/mercury-app/wiki/Storing-data-in-the-app

dotemacs11:04:09

If you’re talking just about storing data, then this wrapper might help: https://github.com/cljsrn/side-fx And if you’re storing credentials maybe use something like this: (not ClojureScript specific) https://reactnativeexample.com/keychain-keystore-access-for-react-native/

👍 4