From cc96af6110dd08a2cb89f34fee320126f987e90f Mon Sep 17 00:00:00 2001 From: _ <> Date: Sat, 12 Dec 2020 15:10:14 +0000 Subject: [PATCH] :pencil: docs: improve plan for scraper keys --- issues/2020-12Dec/auth-route-YNQAQKJS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/issues/2020-12Dec/auth-route-YNQAQKJS.md b/issues/2020-12Dec/auth-route-YNQAQKJS.md index 4fef75c..8307ccf 100644 --- a/issues/2020-12Dec/auth-route-YNQAQKJS.md +++ b/issues/2020-12Dec/auth-route-YNQAQKJS.md @@ -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