Matthew Miller

Results 295 comments of Matthew Miller

Last night I got **server** to run in a CloudFlare Worker without needing to make any changes - it seems CloudFlare workers support CommonJS modules? I couldn't find anything to...

I _think_ I can close this out now. I just a quick test with Deno 1.28 and 1.29 using the latest **@simplewebauthn/[email protected]**, and the code actually ran! ```ts import {...

https://webauthn.io indeed now uses Duo Labs' py_webauthn instead, here: https://github.com/duo-labs/py_webauthn

Yeah, I've no problem with that once we agree internally on the path forward for retiring the Golang library and pointing everyone to the community fork.

Alright, it's official - this project is now deprecated. Good luck over in https://github.com/go-webauthn/webauthn ✌️

> We can see during registration that this property is checked by: > > https://github.com/w3c/webauthn/blob/main/index.bs#L5029 > > However during assertion the BE property is NOT checked. @Firstyear The content of...

This is actually a pretty good question, I have to go digging to figure out where the repo for webauthn.guide resides 🤔

Hello @qd-qd, I managed to find this other link that I believe is the original document currently linked on https://webauthn.guide. And better yet it doesn't require you to submit any...

Thank you for the submission @alagakin. However Compose V1 (`docker-compose`) has been marked deprecated, and Docker has signaled for some time now that V2 (`docker compose`) is the way to...