1. 19 Apr, 2024 2 commits
    • Jérome Perrin's avatar
      oauth_google_login: reimplement with oauthlib/requests · 5ea407ba
      Jérome Perrin authored
      Because the librairies used here were never ported to python3.
      
      Notable changes:
      
        - ERP5Site_createGoogleUserToOAuth is dropped
        - internal API changed radically, so customizations made by overriding
          scripts are broken.
        - the core logic is now implemented in a connector class (still in
          portal_oauth for simplicity, but it would be simpler to move it to
          portal_web_services)
      
      No changes required in the google console, the redirect uri is still
      ERP5Site_receiveGoogleCallback
      5ea407ba
    • Jérome Perrin's avatar
      fixup! bearer_token: py3 · 36512c65
      Jérome Perrin authored
      36512c65
  2. 17 Apr, 2024 7 commits
  3. 16 Apr, 2024 3 commits
  4. 15 Apr, 2024 3 commits
  5. 12 Apr, 2024 2 commits
  6. 11 Apr, 2024 9 commits
  7. 10 Apr, 2024 14 commits