lhain08 / FitbitDashboard

Web app for creating customizable dashboards with Fitbit data
MIT License
2 stars 2 forks source link

Authorization Enhancements #22

Open lhain08 opened 2 years ago

lhain08 commented 2 years ago

Spin up a placeholder layout for the dash app before starting the cherrypy authorization server so that the redirect loads immediately and updates when authorization is complete.

lhain08 commented 2 years ago

Authorization makes things a little difficult. Need to do one of the following:

  1. Authorize the client without cherrypy.
  2. Run the browser authorization with threading and start dash app without waiting for authorization.