Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(auth): hard-delete users #4715

Merged
merged 1 commit into from
Sep 21, 2024
Merged

fix(auth): hard-delete users #4715

merged 1 commit into from
Sep 21, 2024

Conversation

axiomofjoy
Copy link
Contributor

Hard-deletes user tuples rather than keeping a deleted_at timestamp column. Enables users to delete their account in order to re-use their email with another account (e.g., with an OAuth2 IDP).

resolves #4676

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Sep 21, 2024
@axiomofjoy axiomofjoy changed the base branch from main to auth September 21, 2024 21:57
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Sep 21, 2024
@axiomofjoy axiomofjoy merged commit 41024b8 into auth Sep 21, 2024
18 checks passed
@axiomofjoy axiomofjoy deleted the xander/delete-user-tuples branch September 21, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[auth][cleanup] fully delete user tuples
2 participants