oauth: automatically clean up expired oauth state in db

This commit is contained in:
2026-01-05 15:56:53 -07:00
parent 55a7fcfede
commit e3e996ca7a
3 changed files with 63 additions and 7 deletions
+6 -3
View File
@@ -8,6 +8,9 @@
- [x] move auth state stuff to database (out of cache)
- [x] only generate a sign up link IF they click the link on the accounts page
- [ ] get api key approved
- [ ] automatically clean up access tokens and state when expired
- [ ] access tokens
- [ ] state
- [?] Get new access token using refresh token flow
- [ ] make a FK between the etsy_store_events table and etsy_users table (store_id columns don't match types)
- [ ] Auth0
@@ -15,9 +18,9 @@
- [x] Get new access token using refresh token flow
- [ ] test
- [ ] Social connections login
- [ ] automatically clean up access tokens and state when expired
- [ ] access tokens
- [ ] state
- [x] automatically clean up access tokens and state when expired
- [x] access tokens
- [x] state
- [ ] Complete this design document?
- [ ] Complete defining this roadmap checklist
- [ ] Website displaying an audit of store events