janearc / atc

Strava data analysis for planning and assessment
0 stars 0 forks source link

cookies #1

Open janearc opened 1 month ago

janearc commented 1 month ago

add cookies support

janearc commented 2 weeks ago

current situation with cookies:

janearc commented 2 weeks ago

there's a method, AuthGood() that sets a boolean for the authentication status. this should be un-set as soon as any kind of failed negotiation happens. I think correspondingly, if there's a failure within the re-auth process we need to display a fatal because we can't just keep pounding the back end.

janearc commented 2 weeks ago

let's make the first step for this to notice when a user is returning and display a "home.html" vs index.html which sends you off to strava for authentication.