v0.3.1 - Password complexity, Strava and minor fixes
What's Changed Backend
- On access token not present/not valid 403 was returned instead of 401
- Token validity on token refresh endpoint was not properly done
- Docker file FRONTEND_HOST default value is localhost:8080 instead of frontend:8080
- Password complexity validation added to backend logic
What's Changed Frontend
- Password complexity should now allow all characters described here #19
- Fixed Strava linked value not being updated after successful Strava link
What's Changed General
- Fixed typo in docker-compose.yml.example