Skip to content

Commit

Permalink
[IMP]pms_api_rest: avoid send innecesary pwd param in tokens payload
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioLodeiros committed Jan 26, 2024
1 parent 28c79df commit 214826b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pms_api_rest/services/pms_login_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def login(self, user):
"iss": "pms",
"exp": timestamp_expire_in_a_min,
"username": user.username,
"password": user.password,
},
key=validator.secret_key,
algorithm=validator.secret_algorithm,
Expand Down

0 comments on commit 214826b

Please sign in to comment.