oauth: automatically clean up expired oauth state in db
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user