p7-projekt / api-backend

Backend API
MIT License
0 stars 0 forks source link

[FEATURE] - Add name to users #41

Closed KristianS93 closed 2 weeks ago

KristianS93 commented 2 weeks ago

Reference Issues

9

Name should be added to the authentication and authorization such that the frontend can get the name.

Summary

Should create a name column in the table for users and provide a get endpoint for the user which can only be accessed by the user himself.

Unresolved questions

No response

Definition of Done

When the above is handled.

KristianS93 commented 2 weeks ago

@EMojoKrogh