pywarp
pywarp copied to clipboard
Python WebAuthn Relying Party library
pywarp/__init__.py RelyingPartyManager class methods register() verify() issue : email = email.decode() code should be : email = str.decode()
Supporting only a single tokenis risky. If the token is lost then the account is unusable without another authentication method which weakens the account. It should be possible to register...
Hello! I needed a proper WebAuthn RP implementation in a hurry, so I started developing over this project with the modifications needed to better handle standards. Notably, I added support...
The example requires Lambda to run, which seems unnecessary. It would be nice if we had some instructions on how to run it locally, as I can't use the library...
Allows future arbitrary flags (the ones already working are implemented), also loads public key with cbor2.
Skips hostname check if `debug=True` to run on localhost:.
Support self attestation (Touch ID, etc)