Kote Isaev

Results 27 comments of Kote Isaev

Documentation seems to be not worst thing here. The library seems to be not maintained very well. The SDK depends on `request` library which are not maintained anymore. Now even...

Hello! Thanks for reply. I implementing a standard integration in a corporate environment. I added a mini-plugin for auth, using our private auth API, and added a storage plugin to...

I tried to make a fix in a fork, but I not sure whether I understood properly the low-level data format for JSON API, even after all existing tests and...

I surprised that WebAuthn has ONLY javascript API, without a pure html version. But I supsect that this is because a lot of aspects is required to be defined, especially...

> > prerendering old dynamic stuff, like challenge for registration forms. > > You should never reuse a [`challenge`](https://www.w3.org/TR/2019/WD-webauthn-2-20191126/#dom-publickeycredentialcreationoptions-challenge), it should be uniquely generated for each registration/authentication ceremony. See [§13.4.1....

I also noticed that emulator ignores --set-env-vars parameter of deploy command

> finally got around to trying this out and hit a snag that others might be interested in. I followed Russel Briggs' approach as that seemed to fit best with...

The single example of working variant of something what setting dataSource and dataSourceConfig seems to be this example https://github.com/TeamWertarbyte/material-ui-chip-input/blob/master/stories/examples/react-autosuggest.js from storybook sources

Real end-to-end encryption mean for me something that encrypted in a way, when only you and recipient can read these messages. It really can be implemented only for 1x1 communication,...

My first thought was it is about keeping at least account existence do not depend on mere server existence, like keep account available if server gone or such. But this...