Skip to content
Snippets Groups Projects
  1. Nov 15, 2023
    • Franck Bret's avatar
      Add set-token command · e4f31567
      Franck Bret authored
      This is a follow up of D8909.
      The set-token command prompt the user to fill a token if not provided by
      args. It checks the token is valid and then write it to configuration
      file.
      
      Related T4590
      e4f31567
  2. Oct 24, 2023
  3. Jul 07, 2023
  4. Jul 06, 2023
  5. 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
  6. Feb 23, 2023
  7. Feb 17, 2023
  8. Feb 16, 2023
  9. Feb 13, 2023
  10. Feb 02, 2023
  11. Dec 19, 2022
  12. Oct 18, 2022
  13. Sep 12, 2022
  14. Jul 15, 2022
  15. Jul 12, 2022
  16. May 30, 2022
  17. May 20, 2022
  18. May 02, 2022
  19. Apr 26, 2022
  20. Apr 21, 2022
  21. 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
  22. Apr 08, 2022
  23. Apr 06, 2022
  24. Apr 05, 2022
  25. Mar 22, 2022
  26. Feb 10, 2022
  27. Feb 07, 2022
  28. Dec 16, 2021
  29. Dec 01, 2021
  30. Aug 23, 2021
  31. Jul 01, 2021
  32. Jun 09, 2021
  33. Apr 27, 2021
Loading