New features
* Password validation feature: use your own function to validate password. It'll get called consistently at registration, password reset and user update. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/password-validation/)]
Improvements
* Bump dependencies
* `fastapi >=0.63.0,<0.66.0`
* `pyjwt ==2.1.0`
* Improve documentation regarding JWTAuthentication's `tokenUrl` argument. Thanks eddsalkield 🎉