Fork me on GitHub
#cljsrn
<
2017-05-31
>
aj taylor17:05:53

How do you all typically handle authentication using re-natal? I’m looking into how to store session tokens and from what I’ve read it should be stored in the keychain. Could anyone point me to the right direction as far as implementing this via cljs?

carocad19:05:06

@aj i would also be interested in that. Unfortunately I haven't had the time to dig into it. Though it should not be different between js and cljs

carocad19:05:27

So far I store the token on the async store but that doesn't work for all cases :(