Skip to content

Fix: Clean up database tokens on logout#902

Merged
evanliu048 merged 1 commit intoqv2from
delete_token_from_bd
Nov 4, 2025
Merged

Fix: Clean up database tokens on logout#902
evanliu048 merged 1 commit intoqv2from
delete_token_from_bd

Conversation

@evanliu048
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:
Fixed two issues with authentication token management:

  • Logout not cleaning database: Tokens stored in the database (auth_kv table) were not being deleted during logout, even though SecretStore credentials were properly cleared.
  • Null token being written: When using social login, a "null" string was being written to builderid token in the database because the code didn't check if BuilderIdToken actually existed before serializing it.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@evanliu048 evanliu048 requested a review from a team as a code owner November 4, 2025 00:09
@evanliu048 evanliu048 merged commit 5c6274a into qv2 Nov 4, 2025
16 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants