Skip to content
  1. Apr 11, 2021
  2. Apr 04, 2021
  3. Jan 09, 2021
  4. Dec 26, 2020
  5. Dec 11, 2020
  6. Oct 28, 2020
  7. Aug 26, 2020
  8. Aug 07, 2020
    • ntome's avatar
      [swile] keep and reuse access_token with StatesMixin and avoid CAPTCHA · 35645dff
      ntome authored and hydrargyrum's avatar hydrargyrum committed
      On first login, we have to solve a CAPTCHA to login, and then swile gives an
      access_token and a refresh_token.
      But unlike previous code, on subsequent logins, we can reuse the same
      access_token, rather than solving the CAPTCHA again.
      And when the access_token expires, we can simply use the refresh_token to get
      a fresh access_token, rather than solving another CAPTCHA.
      
      By using OAuth2Mixin, we leverage its token management.
      35645dff
  9. Jun 17, 2020
  10. May 22, 2020
  11. May 07, 2020
  12. Mar 18, 2020