Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔒 Update login.py to receive password as body (fastapi#33)
Change `new_password` from a query parameter to a body parameter for security. (Why this is problematic is discussed in the top answer to https://stackoverflow.com/questions/2629222/are-querystring-parameters-secure-in-https-http-ssl)
- Loading branch information