implemented access token refreshing - untested

This commit is contained in:
2026-01-04 21:34:24 -07:00
parent e36c759dc2
commit 8ccc795812
5 changed files with 221 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
- [x] move auth state stuff to database (out of cache)
- [ ] only generate a sign up link IF they click the link on the accounts page
- [ ] get api key approved
- [ ] Get new access token using refresh token flow
- [o] NEEDS TESTING - Get new access token using refresh token flow
- [ ] Get new refresh token flow
- [ ] make a FK between the etsy_store_events table and etsy_users table (store_id columns don't match types)
- [ ] Auth0