1. 29 Mar, 2017 1 commit
    • Gabriel Monnerat's avatar
      erp5_oauth_google_login: Set access_type as offline to be possible refresh... · 3acd29d9
      Gabriel Monnerat authored
      erp5_oauth_google_login: Set access_type as offline to be possible refresh token in background and automatically
      
      access_type as offline indicates whether your application can refresh access tokens when the user is not present at the browser.
      
      This value instructs the Google authorization server to return a refresh token and an access token the first time that your application exchanges an authorization code for tokens state.
      
      Also the code was simplied to use oauth2client rather than http requests directly use persistent cache instead of ram cache to lose token if we restart all nodes
      3acd29d9
  2. 21 Feb, 2017 1 commit
  3. 20 Feb, 2017 5 commits
  4. 16 Feb, 2017 1 commit
  5. 06 Feb, 2017 3 commits
  6. 05 Feb, 2017 1 commit
  7. 03 Feb, 2017 1 commit
  8. 02 Feb, 2017 27 commits