Nicolas SCHWARTZ

Results 32 comments of Nicolas SCHWARTZ

> That results still in a short down-time I don't know how go handle the closing of the http server. I hope that it finalizes current requests properly. After that...

I have made some research. In my opinion the best way to implement this is to use tls.Config GetCertificate func(*ClientHelloInfo) (*Certificate, error) https://pkg.go.dev/crypto/tls#Config. Basically each time a new TLS session...

Cool. I will wait to see things that have changed. In the meantime, if you have any recommendation on the coding style, please let me know. ;-)

May I propose sth similar for kratos?

Hi @aeneasr , Github seems quite buggy today. A lot of 500 are occurring, maybe because of Ukraine IDK. I have push the update synced with the latest master commit....

@aeneasr Yes that's ok. But as you mention part of the code is shared with the Kratos PR too. Merging it to the right ory/x could be better. I am...

I use it with Ory Hydra which is also an OpenSource solution compliant with OpenID Connect features. BTW this is linked to #334.

My apologies. I was not able to set up the proper testing framework at first (requiring composer 1) and I had to dig a bit further to find what was...

Hello @arp242, Thanks for the quick feedback. I am running latest stable and tagged version v1.5.4 not the master one. Before trying to create PR with test cases, I just...

> Supposed to? No. But I think that on Windows it could very well do this due to the way it's structured (thinking about this from the top of my...