July 2017
Beginner to intermediate
340 pages
7h 43m
English
The React dashboard needs to be able to authenticate its users, and perform authorized calls on some microservices. It also needs to let the user grant access to Strava.
We make the assumption that the dashboard only works when you are authenticated, and that there are two kinds of users: first-time user and returning user.
Following is the user story for first-time users:
As described, our Flask app performs an OAuth2 dance with Strava ...