Aravind

Results 12 comments of Aravind

@KrifaYounes we can't use client certificates on react-native in any time soon, not only this package, other packages also don't support this feature, also self signed certificates cannot be used...

> I solved it by using browserMqtt.js > based on **MQTT.js** > https://www.npmjs.com/package/mqtt > > I got the **browserMqtt.js** by these steps: > > ``` > npm install mqtt --save...

@zepatrik I am a little confused about this bug, Expand api is for getting to know which **subject** has given **relation** over given **object** not the other way around (which...

Firstly, the [api documentation](https://www.ory.sh/keto/docs/reference/api/#expand-a-relation-tuple) states that namespace, object and relation are required parameters. Even if object can be omitted, I think the current response makes perfect sense, it is like...

Yeah, I totally agree, then we have to enforce the required variables(namespace, object and relation). The api should return 400 if any one of the required variables are missing right?

@ebourg No it does not but if you could tell me if this is the way to approach verification, I'll try and add checking the validity of the certificate chain

@ebourg Yes I'll try to change as you say and also validate the certificate chain.

Sorry I should have been more explicit, my requirement is to use this library or any java library. I found how to extract the Signatures and Counter Signatures using this...

I am implementing a verification method in PEFile class. I think it's working but I don't know for sure, which digests have to be checked against which. I have partially...