Alexander Hall-Hognason
Alexander Hall-Hognason
I also don't have any experience in this realm, but from what I can tell, the conflicting version number comes from: https://github.com/tavrez/openssh-sk-winhello/blob/master/src/sk-api.h And an updated version of that file can...
According to this: https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/webauthnapis Their only "documentation" is the headers file here: https://github.com/microsoft/webauthn This is referenced within this codebase here: https://github.com/tavrez/openssh-sk-winhello/blob/master/src/webauthn/webauthn.h So, I'm guessing you'd need to update that headers...
I think the best workaround is to create a MySQL View. [Brent from Spatie](https://stitcher.io/blog/eloquent-mysql-views) has a good article on it. You can then reference the "MySQL View" model (which is...