John Spounias

Results 35 comments of John Spounias

I am using Django 3.0.7 Python 3.6.8 Postgresql 11 Its a generic FIDO2 usb auth device which functions for other use cases, and works once I made these adjustments.

I have been testing with the latest versions of both Firefox and Chrome. Most of my debugging is Chrome for FIDO2 so far, but I could try other browsers if...

The test case was authentication using a FIDO2 USB, the failure will trigger during auth. I have a feeling thinking about how I was working on it that the first...

Trying on linux vs windows I am getting different results... Will do more testing and post back when I have more info.

``` }).then(function (response) { if (response.statusText=="OK") ``` Changed to ``` }).then(function (response) { if (response.ok) ``` for some reason between os/browser 'statusText' was empty vs 'OK' on the other platform.

Not sure I can. Let me try to explain a bit. In my integration I have to override the templates a lot and some functions since we are 100% JSON...

Thanks. I tried the `-p` flag but ran into the pasted errors. I am using Opalstack which is a managed host which provides api endpoints to create the shell user...

Some observations I have had because of this attack. 1. We can poll domains from a few places in advance. The `poduptime` GNU licensed project can provide the core of...