Pēteris Caune
|
e048ec4c48
|
Fix "class Foo(object):" -> "class Foo:"
In Python 3 these are equivalent, and shorter is better.
|
2024-10-29 17:57:50 +02:00 |
|
Pēteris Caune
|
96823a7f90
|
Add logging for failed webauthn key registrations
|
2023-11-17 16:06:39 +02:00 |
|
Pēteris Caune
|
2a2c7d66ec
|
Fix mypy warning
|
2023-11-15 10:22:22 +02:00 |
|
Pēteris Caune
|
cff4138774
|
Fix webauthn registration failure on Firefox with Bitwarden extension
|
2023-11-15 10:13:40 +02:00 |
|
Pēteris Caune
|
d059431b08
|
Improve type hints in hc.lib.webauthn
|
2023-10-26 10:14:30 +03:00 |
|
Pēteris Caune
|
65b3acf964
|
Improve type hints in hc.accounts.views
|
2023-09-06 10:02:50 +03:00 |
|
Pēteris Caune
|
a944c05f68
|
Upgrade to fido2 1.1.0 and simplify hc.lib.webauthn
|
2022-10-19 09:16:01 +03:00 |
|
Pēteris Caune
|
161430fb10
|
Sort imports and add "from __future__ import annotations"
|
2022-10-17 16:52:15 +03:00 |
|
Pēteris Caune
|
5969e940a5
|
Switch to using "from __future__ import annotations"
|
2022-10-17 16:29:48 +03:00 |
|
Pēteris Caune
|
7695010398
|
Document hc.lib.curl.request
|
2022-08-17 13:07:20 +03:00 |
|
Pēteris Caune
|
dd6be22ab4
|
Upgrade to fido2 1.0.0
|
2022-08-01 16:16:15 +03:00 |
|
Pēteris Caune
|
fa3b2dc6e3
|
Add code comments and type hints, remove now-unused cbor.js
|
2022-06-19 12:51:01 +03:00 |
|
Pēteris Caune
|
2b623453c1
|
Update tests
|
2022-06-19 12:31:27 +03:00 |
|
Pēteris Caune
|
a4c4df976c
|
Split the helper class in GetHelper and CreateHelper
|
2022-06-19 11:30:37 +03:00 |
|
Pēteris Caune
|
57021e962c
|
Refactor webauthn implementation, use webauthn-json
|
2022-06-19 10:10:57 +03:00 |
|