https://github.com/Runnerly/monolith/blob/ed6c17d002500aff5b8e13f27ecafd67939938f3/monolith/views/auth.py#L22 There should be used something like `current_user.strava_token = access_token['access_token']` because strava returns dict not string
monolith/monolith/views/auth.py
Line 22 in ed6c17d
There should be used something like
current_user.strava_token = access_token['access_token']because strava returns dict not string