Skip to content
Snippets Groups Projects
  1. Mar 14, 2023
    • Antoine Lambert's avatar
      starlette: Allow to provide access token in authorization header · 99e3c9be
      Antoine Lambert authored
      Previously the OpenID Connect backend was only allowing to provide
      a refresh token in authorization header for convenient access token
      renewal when querying a GraphQL service outside of a browser.
      
      When one wants to query a GraphQL service inside a browser, the
      access tokens are usually created and renewed client-side so also
      allow to provide an access token in the authorization header.
      In that case, the backend will simply try to decode it in order
      to authenticate the user.
      
      Related to swh-graphql#4652
  2. Feb 23, 2023
  3. Feb 17, 2023
  4. Feb 16, 2023
  5. Feb 13, 2023
  6. Feb 02, 2023
  7. Dec 19, 2022
  8. Oct 18, 2022
  9. Sep 12, 2022
  10. Jul 15, 2022
  11. Jul 12, 2022
  12. May 30, 2022
  13. May 20, 2022
  14. May 02, 2022
  15. Apr 26, 2022
  16. Apr 21, 2022
  17. Apr 14, 2022
    • Antoine Lambert's avatar
      backends: Report only relevant exceptions to sentry · 7fddad7e
      Antoine Lambert authored
      When catching KeycloakError exceptions, other exception types
      will be then raised like ValueError or AuthenticationFailed.
      
      Those will be processed by django applications using these auth
      middlewares so there is no need to duplicate error reports in
      sentry here.
      7fddad7e
  18. Apr 08, 2022
  19. Apr 06, 2022
  20. Apr 05, 2022
  21. Mar 22, 2022
  22. Feb 10, 2022
  23. Feb 07, 2022
  24. Dec 16, 2021
  25. Dec 01, 2021
  26. Aug 23, 2021
  27. Jul 01, 2021
  28. Jun 09, 2021
  29. Apr 27, 2021
  30. Apr 22, 2021
  31. Apr 13, 2021
  32. Apr 09, 2021
Loading