Skip to content
Snippets Groups Projects
  1. Aug 17, 2020
  2. Aug 05, 2020
  3. Aug 04, 2020
  4. Jul 27, 2020
    • Drew Blessing's avatar
      Revoke OAuth grants when a user revokes an application · ce2c8f72
      Drew Blessing authored and Drew Blessing's avatar Drew Blessing committed
      Currently, when a user revokes OAuth applications only
      existing access tokens are revoked. If an application has already
      requested a code (grant) to later redeem for an access token, the
      grant may remain valid and will generate a valid access token
      until expired (10 min expiry). This change ensures both access
      tokens *and* grants are revoked when a user revoked the application.
      Unverified
      ce2c8f72
  5. Jul 22, 2020
  6. Jul 20, 2020
  7. Jul 17, 2020
  8. Jul 13, 2020
Loading