pythonmobile
pythonmobile
Is your google accounts openid problem solved? We find that on some machines, google ids create problems with python openid.
were these added to the codebase yet?
necaris: I am having this wierd problem that when I use flask openid with one machine, When I click the login button, I get an internal server error. I cant...
Another issue is that requests accepts unicode urls. We should try to support that in human_curl as well?
@anthrotype Any thoughts on this? Thanks.
Isn't it what should happen?
Any reason why TOTP.now() is limited to only 10 digits? ``` >>> import pyotp >>> totp = pyotp.TOTP('mysecret', digits=11) >>> totp.now() '01955539658' >>> ```
Thanks. I can make fido work for ssh. Not sure if I should still keep trying piv? any suggestions?
Thanks. Will await your example.
Any chance this code will be maintained?