[go-nuts] Re: Biometric login (webauthn) in Go, need help in verifying signature

2016-08-16 Thread ayngling
Any tips at all would be helpful, I'd prefer not having to run a docker instance with C# alongside my Go app on appengine just to be able to sign people in. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop

[go-nuts] Biometric login (webauthn) in Go, need help in verifying signature

2016-08-13 Thread ayngling
With the very recent Windows Anniversary update, Edge now supports biometric authentication using Windows Hello (cf. https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/device/web-authentication/ ) I have some samples in C#, PHP and Node.js, and am trying to ma