Densaugeo

Results 14 comments of Densaugeo

Thanks for the PR...I'm traveling for the next couple weeks, but I'll be sure to take a look at this when I'm free.

Interesting idea. Can you give me some more details about the intended use case, so we can evaluate the tradeoffs of adding this? On mobile, I usually find it fairly...

For most of the examples you give, the most user-friendly approach would be a text field that is synced between clients. This would be a bit different from how uploadserver...

The syncing app options for iPhone are pretty limited. Syncthing works pretty well on Android, but it doesn't support iPhone (and is file-based like uploadserver). It certainly sounds useful but...

For some reason, I though git didn't allow actual empty strings and used to represent them. Not sure where I got the idea. Anyway, I did a quick test with...

I'm having the same issue. Using a public key that comes from calling `.response.getPublicKey()` on the result of creating a new key by calling `await navigator.credentials.create({ ... })`. I've tried...

I eventually figured out that pywebauthn is using a different public key format from the built in browser functions - you needs to pass the result of `navigator.credentials.create()` to the...

I eventually got it working with `verify_registration_response()`. If calling `getPublicKey()` on the client side doesn't give all of the necessary information, it's probably best to stick with `verify_registration_response()`. I tried...

Sounds like it might be useful, but I don't expect to have time any time soon. I'll leave this issue open (and of course you're welcome to file a PR...

Not currently, but that might be a useful thing to add. Looks like it could be done by adding a new function similar to `check_http_authentication` which examines the Content-Length header....