Skip to content

Change get_user with get_current_user

Daniel Palomar requested to merge change-get-user-by-get-current-user into fastapi

Remove the GET /user/{id} endpoint in the API and add GET /user/me to retrieve the current user profile information.

Merge request reports

Loading