refactor: move calendar feed token out of user identity #386
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#386
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Calendar feed tokens currently live directly on the
userstable. In the current single-user app that works, but it conflates identity/auth ownership with a calendar integration secret and makes feed rotation/migration awkward as Google Calendar sync and self-hosting setup mature.Solution
users.calendar_feed_tokenvalue forward without runtime compatibility shims beyond the migration.Non-goals
Part of #355.