amino-health / oura-intervention

Web-application for the "Självständigt arbete inom IT" course
Mozilla Public License 2.0
1 stars 1 forks source link

Allow for running application without specifying the port #5

Open JakobPaulsson opened 2 years ago

JakobPaulsson commented 2 years ago

For the Oura redirection to work properly at the moment, the program must be run with port 8080 with "flutter run -d chrome --web-port 8080". This is because the Oura API must whitelist the url used for redirection, hence the port must be known beforehand.