Adam Strickland
Adam Strickland
I took a [first pass](https://github.com/madaster97/openssh-sk-winhello/tree/seven-to-nine) at this by just changing the version hardcoded in `sk-api.h`, but I get this error (after entering my pin and interacting with my yubikey): ```...
Wanted to pitch an alternative engine for windows for reference, [openssl-cng-engine](https://github.com/rticommunity/openssl-cng-engine). It uses the Windows Cryptography API: Next Generation (CNG) I am planning to try and compile the tpm2 version...
Thanks both! @amrbashir - Yeah getting a custom URI scheme with WiX or NSIS would be great. I see that sticking around for some time, precisely because people won't have...
@tavrez , how do you think we should handle these frequent version bumps in OpenSSH-portable? Should we tag a release for major version 9, and then make a new one...
This seems fixed in CRA 5.0.0. Could anyone else verify and add it to the addressed issues for that release?
It looks like GitHub is discouraging purely single-page apps in a couple ways, (1) the CORS issue you brought up and (2) it looks like they force you to register...
For reference, here's the script I used to convert the "wrong" form of the public key into the right form, using JOSE v4.11.1: ```js const jose = require('jose'); (async ()...
For your first option (supporting config of multiple algorithms), the library ([openid-client](https://github.com/panva/node-openid-client)) we [provide the config](https://github.com/auth0/express-openid-connect/blob/93a4fb0690532ba419d88e9b013220ba10d6a5d3/lib/client.js#L106) to also doesn't support multiple values. It may be worth creating an issue with...
Spit-balling a bit, but your 4th point about the DID could just be something like: - "Is this device yours? Y/N." - "Is this you? Y/N." Since this seems to...
For posterity, this is the documentation I know of: Platform-specific link association: Android, iOS, Windows, and other platforms have introduced a method by which a native app can claim an...