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

Feature/user info editing endpoints #70

Merged
merged 4 commits into from
Dec 9, 2023

Conversation

vilbedawg
Copy link
Member

Necessary backend changes for user info manipulation.

Note that the endpoint for editing utilizes the register request so that it can use the validation annotations from the interface as well, thus covering server-side validation as well (although the validation happens in the frontend as well)

The deletion endpoint overwrites the user's data according to GDPR. However, the user is not hard deleted as of now due to this possibly being a breaking change.

Frontend PR: #66

@vilbedawg vilbedawg merged commit 4a29733 into development Dec 9, 2023
1 check passed
@vilbedawg vilbedawg deleted the feature/user-info-editing-endpoints branch December 9, 2023 12:59
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