-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commits on May 8, 2015
-
Extract ProcessCookie() from ServeHTTP()
Mike Bland committedMay 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 1bd90ce - Browse repository at this point
Copy the full SHA 1bd90ceView commit details -
Mike Bland committed
May 8, 2015 Configuration menu - View commit details
-
Copy full SHA for beed9fb - Browse repository at this point
Copy the full SHA beed9fbView commit details -
Ensure all errors are logged in ProcessCookie()
Mike Bland committedMay 8, 2015 Configuration menu - View commit details
-
Copy full SHA for f554f99 - Browse repository at this point
Copy the full SHA f554f99View commit details -
Mike Bland committed
May 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 5cbdb74 - Browse repository at this point
Copy the full SHA 5cbdb74View commit details -
The intention is to refresh the cookie whenever the user accesses an authenticated service with less than `cookie-refresh` time to go before the cookie expires.
Mike Bland committedMay 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 8e2d836 - Browse repository at this point
Copy the full SHA 8e2d836View commit details -
Introduce
validate-url
flag/configMike Bland committedMay 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 7285701 - Browse repository at this point
Copy the full SHA 7285701View commit details
Commits on May 9, 2015
-
ValidateToken() to check access_token validity
Mike Bland committedMay 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 2537256 - Browse repository at this point
Copy the full SHA 2537256View commit details -
Validate access_token when auto-refreshing cookie
Mike Bland committedMay 9, 2015 Configuration menu - View commit details
-
Copy full SHA for b6e07d5 - Browse repository at this point
Copy the full SHA b6e07d5View commit details -
Store access token when cookie-refresh is set
cookie-refresh now no longer requires pass-access-token in order to work.
Mike Bland committedMay 9, 2015 Configuration menu - View commit details
-
Copy full SHA for bd4eae8 - Browse repository at this point
Copy the full SHA bd4eae8View commit details -
Make ProcessCookie() fail when cookie parse fails
Mike Bland committedMay 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 610341a - Browse repository at this point
Copy the full SHA 610341aView commit details -
Validate user during cookie refresh
Mike Bland committedMay 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 84190ab - Browse repository at this point
Copy the full SHA 84190abView commit details -
Set cookie-refresh flag = 0; update README, config
Mike Bland committedMay 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 082b7c0 - Browse repository at this point
Copy the full SHA 082b7c0View commit details -
Check cookie_secret size when cookie_refresh set
Mike Bland committedMay 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 8ec967a - Browse repository at this point
Copy the full SHA 8ec967aView commit details -
Enforce that cookie_refresh < cookie_expire
Mike Bland committedMay 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 41b21dd - Browse repository at this point
Copy the full SHA 41b21ddView commit details
Commits on May 10, 2015
-
Calculate cookie expiration from encoded timestamp
Found out the hard way that _incoming_ cookies do _not_ have their expiration timestamps encoded. To perform auto-refresh based on expiration time, we have to recalculate it from the time encoded in the cookie value.
Mike Bland committedMay 10, 2015 Configuration menu - View commit details
-
Copy full SHA for 37f287b - Browse repository at this point
Copy the full SHA 37f287bView commit details
Commits on May 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2808ba7 - Browse repository at this point
Copy the full SHA 2808ba7View commit details