feat: added password change, reset feature from client to auth service fix: added handling for the password_change_done url refactor: returned some changes mypy wanted
0.6.2
Includes a migration for the user so makemigrations isn't required in pipelines which can be dangerous.
0.6.0
Breaking rename changes. Simple replace all instances of RemoteJWT with EasyJWT. The default Authentication Class RemoteJWTAuthentication is also renamed to EasyJWTAuthentication.