Fixing functionality

This commit is contained in:
= 2019-09-02 09:42:24 -05:00
parent edb16382f3
commit 25ef7b5675
Signed by: kiichan
GPG key ID: 619DFD67F0976616
14 changed files with 76 additions and 27 deletions

View file

@ -1,3 +1,19 @@
Mon, 02 Sep 2019 09:42:24 -0500
Keaton <kii-chan@tutanota.com>
Fixing functionality
A bare-bones test server was set up and account creation and authentication was
achieved through SQRL. Old documentation needs to be updated, and new
documentation needs to be written (mostly for using the drop-in login).
At this point, the SQRL authentication protocol for Django is functional!
Further work needs to be done to test drop-in support for already-running sites.
If possible, that would be the ideal end goal; making it as easy as possible to
propagate SQRL through the internet.
--------------------
Mon, 02 Sep 2019 04:56:45 -0500
Keaton <kii-chan@tutanota.com>
Completing functional conversions