Skip to content

8 mutation for updating user profile#103

Open
AnnaLenaO wants to merge 4 commits intomainfrom
8-Mutation-for-updating-user-profile
Open

8 mutation for updating user profile#103
AnnaLenaO wants to merge 4 commits intomainfrom
8-Mutation-for-updating-user-profile

Conversation

@AnnaLenaO
Copy link

GraphQL endpoint for update user credentials, like firstName, LastName and password.
The user can only update its own credentials. That is checked by compairing the authenticated user email with the email for the user in the database, that is to be updated.

A SpringBootTest for the endpoint verifies that only authenticated users can access the endpoint. It also verifies that the authenticated user only can update its own credentials in the database.

@AnnaLenaO AnnaLenaO self-assigned this May 6, 2025
@AnnaLenaO
Copy link
Author

Java CI with Maven / build (pull_request) Failing:
This is a known issue and a future fix, se #89 Main branch fails to build.

@AnnaLenaO AnnaLenaO linked an issue May 6, 2025 that may be closed by this pull request
@AnnaLenaO AnnaLenaO linked an issue May 6, 2025 that may be closed by this pull request
@AnnaLenaO AnnaLenaO linked an issue May 6, 2025 that may be closed by this pull request
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 7, 2025

@MustafaGood
Copy link

Bra gjort! Koden är tydlig och ändringarna är bra uppbyggda..

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.

Create a Mutation for Updating User Profile

2 participants