Daniel Vladco

Results 21 comments of Daniel Vladco

I am working on this project on my spare time, I don't really have a roadmap. But it looks like not a lot of work, so I will try to...

Hey @westongcooper , sorry for long wait, I've been busy lately. I will have some changes in a few days

@westongcooper @KOGI check this PR #32 . The name applies only for generated graphql types and not inputs since the inputs don't use oneof as fields but rather take all...

Hi, is there any progress on this PR?

Here is how a potential istio implementation might look like: ![Configure a istio secure gateway with mTLS](https://user-images.githubusercontent.com/22772954/92610787-c6224a00-f2c0-11ea-9ef7-f723a4a24707.jpg) **Cluster 1** is set up with a secure gateway configured with TLS mode...

Hello, any progress on this issue? Looks like the cycle references are not handled correctly

A big drawback of JWT in my opinion is that the payload is base64 encoded, meaning it can be easily decoded and expose internal or even sensitive data. Check https://www.ory.sh/hydra/docs/advanced/#json-web-tokens...

@tcurdt you are right, I meant encoded. But even if you use TLS you still need to store the jwt on the client side as a cooke or in localStorage...

> > But even if you use TLS you still need to store the jwt on the client side as a cooke or in localStorage where it is unencrypted. >...

Hi @WilliamDugdale, sorry for this issue, it was going on for a while since there are some dependencies that need to be replaced, you can install it by cloning the...