Files
vibe-kanban/crates/remote/migrations/20251120121307_oauth_handoff_tokens.sql
Solomon e4e129a4e7 Revove user sessions when OAuth tokens are revoked (#1354)
OAuth tokens are revoked when the user revoke access to the OAuth app from the provider settings.
Some OAuth providers also revoke OAuth tokens when the user changes password.
2025-11-28 16:27:35 +00:00

3 lines
84 B
SQL

ALTER TABLE oauth_handoffs
ADD COLUMN IF NOT EXISTS encrypted_provider_tokens TEXT;