📝 docs: improve plan for scraper keys
parent
6861560274
commit
cc96af6110
|
@ -35,11 +35,11 @@ stronger is ready.
|
|||
- (X) Make sure Docker release CAN build
|
||||
- ( ) Add failing test to block releases
|
||||
- ( ) Make sure `cargo test` fails and Docker release can NOT build
|
||||
- ( ) Add hard-coded hash of 1 API key, with 1 week expiration
|
||||
- ( ) Add hash of 1 scraper key to ptth_relay.toml, with 1 week expiration
|
||||
- ( ) (POC) Test with curl
|
||||
- ( ) Manually create SQLite DB for API keys, add 1 hash
|
||||
- ( ) Manually create SQLite DB for scraper keys, add 1 hash
|
||||
- ( ) Impl DB reads
|
||||
- ( ) Remove hard-coded API key
|
||||
- ( ) Remove scraper key from config file
|
||||
- ( ) Make sure `cargo test` passes and Docker CAN build
|
||||
- ( ) (MVP) Test with curl
|
||||
- ( ) Impl and test DB init / migration
|
||||
|
|
Loading…
Reference in New Issue