From 94e3d2540842433b24cba6abb95f65e04cfb0adf Mon Sep 17 00:00:00 2001 From: Angel Beltran Date: Mon, 5 Jan 2026 14:38:23 -0700 Subject: [PATCH] changes/simplified auth requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7b40e..5c85d5c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - [ ] only generate a sign up link IF they click the link on the accounts page - [ ] get api key approved - [o] NEEDS TESTING - Get new access token using refresh token flow - - [ ] Get new refresh token flow + - [ ] don't support getting new refresh tokens - require the user to login after the refresh token has expired - [ ] make a FK between the etsy_store_events table and etsy_users table (store_id columns don't match types) - [ ] Auth0 - [ ] get off dev api key?