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.
3 lines
84 B
SQL
3 lines
84 B
SQL
ALTER TABLE oauth_handoffs
|
|
ADD COLUMN IF NOT EXISTS encrypted_provider_tokens TEXT;
|