Skip to content
Snippets Groups Projects
  1. Mar 16, 2020
    • Antoine Lambert's avatar
      auth: Add OpenID Connect autentication backend and login/logout views · 0fea6e40
      Antoine Lambert authored
      Add Django plumbing in swh-web to use OpenID Connect authentication layer.
      
      It enables to securely authenticate users stored in a remote identity
      and access management server implementing OpenID Connect specifications.
      For the swh-web case, the open source solution Keycloak will be used.
      
      New Django views are also introduced in order for users to login/logout
      from the main HTML interface.
      
      A custom Django User model is also used for remote users in order to
      store OpenID Connect related data and avoid to save users to Django
      database (those sensitive information are already securely stored in
      Keycloak so there is no need to duplicate them).
      
      Closes T2245
      Closes T2246
      Closes T2295
      0fea6e40
    • Antoine R. Dumont's avatar
      swh.web.settings: Fix mypy issue · 571dd0d1
      Antoine R. Dumont authored
      571dd0d1
    • Antoine R. Dumont's avatar
      Migrate to latest swh-storage api change · 09300fee
      Antoine R. Dumont authored
      Related to D2820
      09300fee
  2. Mar 02, 2020
  3. Feb 28, 2020
  4. Feb 24, 2020
  5. Feb 22, 2020
  6. Feb 19, 2020
  7. Feb 18, 2020
  8. Feb 17, 2020
  9. Feb 14, 2020
  10. Feb 11, 2020
  11. Feb 10, 2020
  12. Feb 05, 2020
  13. Feb 03, 2020
  14. Jan 30, 2020
  15. Jan 29, 2020
  16. Jan 28, 2020
  17. Jan 24, 2020
  18. Jan 23, 2020
  19. Jan 22, 2020
Loading