Fabian Kutsche

Results 17 comments of Fabian Kutsche

I'm facing the same problem and I have a question regarding that: Is it really related specifically to the axios module or would one be facing the same problem with...

I've played a bit around with your solution @sobolevn I ended up "injecting" axios into the store instance so it is available when using `this`. Maybe this is going to...

I am playing around with it at the moment and I think I can provide a PR. I have a couple of questions about this: 1. What should the argument...

We would be very interested in node support as well. We're currently building something in node.js with puppeteer, which works, but is slow and quite tedious.

Well, the limit of the database name already helps. We're already working around this by opening all databases on page load. Each team has it's own database entry (in it's...

@j-berman I am currently considering trying to implement this feature. Since you assigned the issue to yourself a while back, I wanted to ask if you accept PRs and think...

No worries about the rabbit hole :smile: It actually gave me a deeper understanding of how userbase works internally. I think I'll continue to look into it a bit more...

@jneterer I'll briefly describe my current evaluation of the problem and what we need to make it work: The main problem is the polyfill of the WebCrypto API. I have...

So after a little bit of further investigation I managed to sign in using the `@peculiar/webcrypto` lib. There is one problem with the `crypto.createSign` function in conjunction with `rn-nodeify`. `rn-nodeify`...

@jneterer Sign in speed is not good. I stopped the time and it's taking ~28 seconds. BTW: It is possible to change the name of the SHA-256 algorithm in userbase.js...