Karl Fritsche
Karl Fritsche
@yasker https://github.com/kubernetes/kubernetes/issues/61456 and https://github.com/rancher/rancher/issues/14836 got closed, but from my understanding there it seems to be not really fixed? Or is this helpful and this issue could be fixed in the...
Also tested it quickly and all seems to work with 1.0. But I do not want to enable the whole time, as this would need all users to download it...
Fixes #61 and #9
@pranavv See https://github.com/steves/node-jira/issues/122 - There is a fork, where this commit was added https://github.com/jira-node/node-jira-client
Not required, removed in #127
Is in there for a while now, I just added a small fix in #127 to get it working for me.
Rebased and changed my old solution. My old solution run into issues, if working with numbers > 9999, as it introcuded the thousand seperator, which broke my old logic.
Thanks for the updated Documentation, just a small hint as I'm currently testing things and working along the documentation. https://webauthn-doc.spomky-labs.com/pure-php/authenticate-your-users ```php $publicKeyCredentialSource = $authenticatorAssertionResponseValidator->check( $publicKeyCredentialSource, $authenticatorAssertionResponse, $publicKeyCredentialRequestOptions, 'my-application.com' ); ```...