Commit graph

23 commits

Author SHA1 Message Date
Daniel Krol 55686cb7b5 Change module name to new repo account 2022-07-11 22:14:53 -04:00
Daniel Krol 6646e9a4f9 validate() functions return error messages 2022-07-11 09:42:08 -04:00
Daniel Krol 3829155308 ErrNoUId -> ErrWrongCredentials 2022-07-06 12:44:35 -04:00
Daniel Krol a6d41df4e4 Simplify expectErrorString 2022-06-22 11:37:03 -04:00
Daniel Krol c6ef525f7c Oops, missed fmt 2022-06-22 11:06:05 -04:00
Daniel Krol e0f847a381 Basic validation checks in error tests (just to make sure validation functions are called) 2022-06-21 19:48:32 -04:00
Daniel Krol 39015963e6 wallet request validation test. loopify auth request validation test. 2022-06-21 19:27:54 -04:00
Daniel Krol 1f4bf9da6d Add errors to GetWallet test 2022-06-21 11:52:03 -04:00
Daniel Krol 322e4d38f5 Improve a few tests. 2022-06-20 18:10:54 -04:00
Daniel Krol 9ddf00d3f3 Test getWallet (via handleWallet) 2022-06-19 18:54:59 -04:00
Daniel Krol f472b73a68 Found a decent chunk of repeated code in http handler tests 2022-06-19 16:57:37 -04:00
Daniel Krol f9492e64fa Switch to specifying errors to return for mocked store functions. 2022-06-19 16:40:16 -04:00
Daniel Krol 11255d7d41 Test getPostData, factor stuff out of auth test 2022-06-19 15:56:10 -04:00
Daniel Krol 19ed8f9f89 Test missing email explicitly 2022-06-17 16:15:27 -04:00
Daniel Krol 0109c2f8f1 Fix test for error string 2022-06-17 12:58:44 -04:00
Daniel Krol 05505bfebb Better organized fake store functions for server test 2022-06-17 12:52:17 -04:00
Daniel Krol 512ebe3e95 Protocol changes
* Regress from `lastSynced` to just `sequence` to start with something simpler
* Simplified payload: separate metadata, assume canonical way to hmac it together
  * No more "wallet state" except as a simple wrapper on the front end
* Version number in wallet payloads
2022-06-10 15:04:31 -04:00
Daniel Krol a4048262d8 AuthRequest validate test 2022-06-07 20:08:56 -04:00
Daniel Krol e9dafa7ab9 Auth scope tests 2022-06-07 18:41:50 -04:00
Daniel Krol eccef61d0b "Full" in Auth endpoint name is no longer useful 2022-06-07 18:24:01 -04:00
Daniel Krol 41721a8f70 Delete some things we don't need anymore 2022-06-07 18:15:46 -04:00
Daniel Krol 0bf11b059c Change to normal password auth, and various things 2022-06-07 17:47:38 -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
Renamed from server_test.go (Browse further)