Skip to content

Commit

Permalink
feat(rest): add user id to get-you endpoint (reanahub#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanRosendal committed Mar 20, 2024
1 parent cedd6e2 commit 3d371c3
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 3d371c3

Please sign in to comment.