Eric Edgar
Eric Edgar
@krionbsd Thanks, I figured a fix would come soon. I just wanted to report the issue, in case someone wasn't aware of it. Thanks for the timely response.
https://github.com/spotify/cstar/pull/75
https://github.com/spotify/cstar/pull/74
the if devices section now supports my yubikeys. the version of fido2 was calling a kernel api that wasnt working on ubuntu20. This allows the devices to still work.
This pr also only shows touch the yubikey once assuming there a multiple found and only one is registered.
@keis perhaps you could consider adding some of the changes from https://github.com/arthepsy/pan-globalprotect-okta/pull/35 in to this pr as well.. pin support, automatically selecting the right key if you have multiple key...
I just had a user trying to impersonate another of my followers, reusing their photo. They were trying to scam btc. In this case I would like to report them...
Everytime I run the state, the daemon wants to reload.
line 93 of okta.py should be changed. - if device_token is not None: + + if device_token != '': I think .. since the config default to '' at least...
also we might want to add a dep on a newer urllib3 .. I was getting an error unless I upgraded it. I kept throwing this error until I did...