Houkime
|
39277419ac
|
refactor(tokens-repo): use tokens-repo to refresh tokens
|
2022-12-21 13:09:51 +00:00 |
|
Houkime
|
d3bf867bb5
|
fix(tokens-repo): do not change the date on token refresh
|
2022-12-21 13:05:00 +00:00 |
|
Houkime
|
009a89fa02
|
refactor(tokens-repo): use token repo for graphql use_recovery_api_key
|
2022-12-21 10:33:06 +00:00 |
|
Houkime
|
a97705ef25
|
fix(tokens-repository): fix getting and setting recovery token expiration date
|
2022-12-21 10:24:05 +00:00 |
|
Houkime
|
ab70687c61
|
fix(tokens-repository) :make NONE-uses-left eternally valid and test for it
|
2022-12-19 12:57:32 +00:00 |
|
Houkime
|
5a25e2a270
|
feat(tokens-repo): getting stored device key
|
2022-12-16 13:05:06 +00:00 |
|
Houkime
|
0ae7c43ebf
|
refactor(tokens-repo): break out generic hash_as_model casting
|
2022-12-16 13:05:00 +00:00 |
|
Houkime
|
6f6a9f5ef0
|
test(tokens-repo): do not require order in test_delete_not_found_token
|
2022-12-16 13:04:56 +00:00 |
|
Houkime
|
fda5d315a9
|
fix(tokens-repo): return device key instead of NewDeviceKey class
|
2022-12-16 13:04:51 +00:00 |
|
Houkime
|
13e84e2697
|
feat(tokens-repo): recovery key uses decrement
|
2022-12-16 13:04:47 +00:00 |
|
Houkime
|
eba1d01b3d
|
feat(tokens-repo): recovery key creation
|
2022-12-16 13:04:43 +00:00 |
|
Houkime
|
8dfb3eb936
|
feat(tokens-repo): fuller reset
|
2022-12-16 13:04:39 +00:00 |
|
Houkime
|
4579fec569
|
feat(tokens-repo): get recovery key
|
2022-12-16 13:04:35 +00:00 |
|
Houkime
|
257096084f
|
refactor(tokens-repo): split out date field detection
|
2022-12-16 13:04:26 +00:00 |
|
Houkime
|
bf6c230ae0
|
fix(tokens-repo): raise token not found when deleting nonexistent token
even if device name exists
|
2022-12-16 13:04:26 +00:00 |
|
Houkime
|
95e200bfc5
|
feat(tokens-repo): reset function
|
2022-12-16 13:04:19 +00:00 |
|
Houkime
|
9ffd67fa19
|
feat(tokens-repo): get new device key
|
2022-12-16 13:04:14 +00:00 |
|
Houkime
|
b98ccb88d1
|
refactor(tokens-repo): separate getting model dict
|
2022-12-16 13:04:04 +00:00 |
|
Houkime
|
3cb7f29593
|
refactor(tokens-repo): detach preparing a dict before a model cast
|
2022-12-16 13:03:57 +00:00 |
|
Houkime
|
e504585437
|
test(tokens-repo): do not require order
|
2022-12-16 13:03:53 +00:00 |
|
Houkime
|
647e02f25b
|
feat(tokens-repo): redis delete token
|
2022-12-16 13:03:46 +00:00 |
|
Houkime
|
ba6a5261fa
|
refactor(tokens-repo): redis token key func
|
2022-12-16 13:03:41 +00:00 |
|
Houkime
|
d8e3cd67e0
|
feat(tokens-repo): redis store token
|
2022-12-16 13:03:36 +00:00 |
|
Houkime
|
256c16fa9f
|
feat(tokens-repo): redis get tokens
|
2022-12-16 13:03:27 +00:00 |
|
Houkime
|
f2fa47466b
|
feat(tokens-repo):empty implementation of redis token repo
But it initializes and fails tests!
|
2022-12-16 13:03:27 +00:00 |
|
Houkime
|
ca822cdf6f
|
refactor(tokens-repository): move use_mnemonic_new_device_key() to abstract class
|
2022-12-16 13:03:27 +00:00 |
|
Houkime
|
2797c6f88f
|
fix(tokens-repository): use_mnemonic_new_device_key() now stores a token
|
2022-12-16 13:03:27 +00:00 |
|
Houkime
|
4498003aca
|
refactor(tokens-repository): dissect use_mnemonic_new_device_key()
|
2022-12-16 13:03:27 +00:00 |
|
Houkime
|
772c0dfc64
|
refactor(tokens-repository): move use_mnemonic_recovery_key() to abstract class
|
2022-12-16 13:03:27 +00:00 |
|
Houkime
|
671203e990
|
refactor(tokens-repository): dissect use_mnemonic_recovery_key()
|
2022-12-16 13:03:26 +00:00 |
|
Houkime
|
9a49067e53
|
refactor(tokens-repo): move token refreshing to parent class
|
2022-12-16 13:03:12 +00:00 |
|
Houkime
|
682cd4ae87
|
refactor(tokens-repo): move create_token to abstract class
|
2022-12-16 13:02:55 +00:00 |
|
Houkime
|
572ec75c39
|
refactor(tokens-repo): rewrite token refresh
now it is not json-dependent.
|
2022-12-16 13:02:43 +00:00 |
|
Houkime
|
27a7c24bc3
|
refactor(tokens-repo): separate token storing
|
2022-12-16 13:02:21 +00:00 |
|
Houkime
|
4e60d1d37a
|
refactor(tokens-repo): move token getters to abstract class
Not performance-optimal, but not in critical path either.
100 tokens max irl?
|
2022-12-16 13:02:05 +00:00 |
|
Houkime
|
ff264ec808
|
refactor(tokens-repo): simplify getting tokens
get_token_by_token_string and get_token_by_name are no longer tied to
json.
|
2022-12-16 13:01:28 +00:00 |
|
Houkime
|
b856a2aad3
|
test(tokens-repo): re-add delete token test
|
2022-12-16 13:01:19 +00:00 |
|
Houkime
|
0d748d7ab1
|
test(tokens-repo): move original token content to json tests
|
2022-12-16 13:01:09 +00:00 |
|
Houkime
|
c12dca9d9b
|
refactor(tokens-repo): delete unused timezone import
|
2022-12-16 13:00:44 +00:00 |
|
Houkime
|
4492bbe995
|
test(tokens-repo): move null keys and tokens fixtures to json tests
and remove corresponding json files from the folder
|
2022-12-16 13:00:31 +00:00 |
|
Houkime
|
84bfa333fa
|
test(tokens-repo): move new device key null test to json tests
|
2022-12-16 13:00:16 +00:00 |
|
Houkime
|
be13d6163e
|
test(tokens-repo): use a mnemonic device key on an empty repo
|
2022-12-16 13:00:07 +00:00 |
|
Houkime
|
ce411e9291
|
test(tokens-repo): using a mnemonic device key
|
2022-12-16 12:59:57 +00:00 |
|
Houkime
|
cf7b7eb8a7
|
test(tokens-repo): notfound mnemonic new device key
|
2022-12-16 12:59:49 +00:00 |
|
Houkime
|
3feebd5290
|
test(tokens-repo): invalid mnemonic new device key
|
2022-12-16 12:59:38 +00:00 |
|
Houkime
|
73584872f0
|
test(tokens-repo): agnosticise simple new device key tests
the state of json file is tested separately in test_json_tokens_repository.py
|
2022-12-16 12:59:27 +00:00 |
|
Houkime
|
dc778b545e
|
test(tokens-repo): get new device key
|
2022-12-16 12:59:16 +00:00 |
|
Houkime
|
f96d8b7d7c
|
test(tokens-repo): make another mock token generator agnostic
|
2022-12-16 12:58:50 +00:00 |
|
Houkime
|
dd525fe723
|
test(tokens-repo): agnostic use recovery token
converted json-reading asserts to backend-agnostic asserts
|
2022-12-16 12:58:27 +00:00 |
|
Houkime
|
b9c570720b
|
test(tokens-repo): move null recovery token test to json tests
Because the null state seems to be specific to json and not reproducible
in abstract case.
|
2022-12-16 12:57:14 +00:00 |
|