Skip to content
Snippets Groups Projects
  1. Jul 11, 2023
  2. May 26, 2023
  3. Jan 10, 2023
  4. Jan 04, 2023
  5. Dec 29, 2022
  6. Dec 14, 2022
  7. Nov 07, 2022
  8. Oct 03, 2022
  9. Jun 17, 2022
  10. Jun 11, 2022
  11. Apr 05, 2022
  12. Mar 22, 2022
  13. Feb 08, 2022
  14. Feb 01, 2022
  15. Jan 25, 2022
  16. Jan 18, 2022
  17. Jan 05, 2022
  18. Jan 04, 2022
    • David Taylor's avatar
      DEV: Avoid storing state in the SAMLAuthenticator instance (#61) · b486bfdb
      David Taylor authored
      There is only one SAMLAuthenticator instance per-process. Storing user-specific state in it is risky (although, in our default unicorn-based config, is unlikely to cause issues because we only handle one concurrent request per process).
      
      This commit also updates our implementation to use the built-in `#single` and `#multi` methods provided by the SAML gem. This avoids the need for our custom `&.first`, `&.split` and `&.join` implementation.
  19. Dec 29, 2021
  20. Dec 23, 2021
  21. Dec 16, 2021
  22. Dec 15, 2021
  23. Dec 13, 2021
  24. Dec 10, 2021
  25. Dec 09, 2021
  26. Dec 08, 2021
Loading