When application loads, the Oura login page appears. After successful login, some example data is printed in the terminal.
Note: must run application with port 8080 using "flutter run -d chrome --web-port 8080". This is because the Oura API must whitelist the web page for redirection, hence the port must be known beforehand.
If there is an XMLHttprequest error (CORS issue), follow these steps (only step 1 may be necessary):
When application loads, the Oura login page appears. After successful login, some example data is printed in the terminal.
Note: must run application with port 8080 using "flutter run -d chrome --web-port 8080". This is because the Oura API must whitelist the web page for redirection, hence the port must be known beforehand.
If there is an XMLHttprequest error (CORS issue), follow these steps (only step 1 may be necessary):