Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [torrust#230] make sure user exist in upload torrent endpoint
We get the user ID from the Json Web Token, but that does not mean the user actually exists. The session could be valid, but the user could have been removed from the database.
- Loading branch information