Skip to content

Commit

Permalink
feat(rest): add user id to get-you endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanRosendal committed Mar 18, 2024
1 parent 6f223c8 commit 1fbbe09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reana_server/rest/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def get_you(user):
return (
jsonify(
{
"id_": user.id_,
"email": user.email,
"reana_server_version": __version__,
"reana_token": {
Expand Down

0 comments on commit 1fbbe09

Please sign in to comment.