Commit graph

7 commits

Author SHA1 Message Date
Daniel Krol 15c68d7153 Move and comment a function 2022-06-02 14:04:33 -04:00
Daniel Krol 6610d7800b Better variable name 2022-06-02 13:49:49 -04:00
Daniel Krol f664519d56 signature in DB should be TEXT not INTEGER 2022-06-01 14:46:56 -04:00
Daniel Krol 2fbcf6ee6d Get/Post WalletState, account recover, test client
A few things at once because it was faster to get a demo out the door. Skipping most test implementation though I made failing stubs so I know what to fill in later.

* Get/Post WalletState
* downloadKey/email so that a second client can log in, and/or recover from lost client
* Test client in Python to demonstrate the above
* Organize into packages
2022-01-04 16:07:23 -05:00
Daniel Krol 52ed6d8d2c Implement NewFullToken for Auth.
Add a couple test stubs for this and wallet.
2021-12-24 20:22:28 -05:00
Daniel Krol 5d297b04bb Implement and test a basic sqlite store 2021-12-23 13:03:52 -05:00
Daniel Krol 2922f2a7c4 Tested auth endpoint 2021-12-14 19:27:38 -05:00