mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-22 14:55:30 +08:00
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)