1. 03 Aug, 2023 2 commits
  2. 02 Aug, 2023 2 commits
  3. 01 Aug, 2023 2 commits
  4. 28 Jul, 2023 7 commits
  5. 27 Jul, 2023 9 commits
  6. 18 Jul, 2023 2 commits
  7. 13 Jul, 2023 5 commits
  8. 07 Jul, 2023 1 commit
  9. 04 Jul, 2023 2 commits
  10. 03 Jul, 2023 2 commits
  11. 28 Jun, 2023 2 commits
  12. 26 Jun, 2023 1 commit
  13. 22 Jun, 2023 1 commit
  14. 21 Jun, 2023 1 commit
  15. 20 Jun, 2023 1 commit
    • Jérome Perrin's avatar
      openid_connect,google_login: increase cache duration to 10 days · 3304ea33
      Jérome Perrin authored
      Because these two plugins implement the refresh of the authentication
      token (unlike the facebook plugin), we can use a longer cache here.
      With the previous value of 1 day, when not using the site for more than
      1 day, token would expire from cache and user have to authenticate again.
      Because the scenario of "access is revoked from authorization server"
      is handled by refreshing the access token, we can use a longer duration
      here, so that user do not have to login again after not using for two
      days.
      3304ea33