justinmayer / kagi

WebAuthn security keys and TOTP multi-factor authentication for Django
BSD 2-Clause "Simplified" License
91 stars 10 forks source link

Make sure that the key is made of bytes. #40

Closed Natim closed 4 years ago

Natim commented 4 years ago

It is a BinaryField so it can be a MemoryView rather than bytes. #38

justinmayer commented 4 years ago

I'm working on adding AutoPub to this repository, so perhaps we hold off merging this PR until I get that in place. This would be a helpful PR to use as a test of the AutoPub integration. ✨

Natim commented 4 years ago

I just received your message about holding up, a bit too late.