changes/simplified auth requirements

This commit is contained in:
2026-01-05 14:38:23 -07:00
parent 8b26aa3628
commit 94e3d25408
+1 -1
View File
@@ -9,7 +9,7 @@
- [ ] only generate a sign up link IF they click the link on the accounts page - [ ] only generate a sign up link IF they click the link on the accounts page
- [ ] get api key approved - [ ] get api key approved
- [o] NEEDS TESTING - Get new access token using refresh token flow - [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) - [ ] make a FK between the etsy_store_events table and etsy_users table (store_id columns don't match types)
- [ ] Auth0 - [ ] Auth0
- [ ] get off dev api key? - [ ] get off dev api key?