Skip to content

v0.3.1

Compare
Choose a tag to compare
@joaovitoriasilva joaovitoriasilva released this 30 Jul 10:20
· 529 commits to master since this release

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