mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-10 08:17:59 -05:00
[backend] added alembic migration to add columns strava_client_secret and strava_client_id to users_integrations table [backend] removed reference to STRAVA_CLIENT_ID, STRAVA_CLIENT_SECRET and STRAVA_AUTH_CODE [backend] added logic for Strava link to use id and secret given by user in the frontend [backend] added Strava schema for Strava client logic [backend] simplified Strava routes [docker] removed reference to STRAVA_CLIENT_ID, STRAVA_CLIENT_SECRET and STRAVA_AUTH_CODE [docs] removed reference to STRAVA_CLIENT_ID, STRAVA_CLIENT_SECRET and STRAVA_AUTH_CODE [frontend] removed reference to STRAVA_CLIENT_ID, STRAVA_CLIENT_SECRET and STRAVA_AUTH_CODE [frontend] added new generic modal ModalComponentNumberAndStringInput component [frontend] added default value to input number on ModalComponentNumberInput component [frontend] adjusted Strava calls to match optimized Strava backend routes