📝 docs: improve plan for scraper keys

main
_ 2020-12-12 15:10:14 +00:00
parent 6861560274
commit cc96af6110
1 changed files with 3 additions and 3 deletions

View File

@ -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