Skip to content
Snippets Groups Projects
  1. Dec 15, 2019
    • ale's avatar
      c8f18956
    • ale's avatar
      Fix submission URLs for 2FA login forms · b3cd8da3
      ale authored
      b3cd8da3
    • ale's avatar
      Use the merged context when calling ExecuteTemplate · a714fb79
      ale authored
      Fix a bug where global variables were missing.
      a714fb79
    • ale's avatar
      Simpler mechanism for embedding SRI hashes · e6ce37fb
      ale authored
      Remove the build-time dependency on Python, the sri_map is now
      generated via a small Go script.
      e6ce37fb
    • ale's avatar
      Refactor the login handler · 4d70b167
      ale authored
      The login handler is now a simpler, standalone http.Handler
      wrapper. The separation between the SSO application and the login
      handler is now fairly complete.
      
      The login handler no longer forces the user to a specific workflow via
      session cookies, but it works on a request-by-request basis instead,
      which makes the "back" button works as expected (allowing the user to
      bail out of a broken 2FA process, for example).
      
      Session handling has been simplified as well: there is a single
      session for authentication and login state, which should remove the
      opportunity for session synchronization errors.
      4d70b167
  2. Oct 24, 2019
  3. Aug 18, 2019
  4. Aug 17, 2019
  5. Aug 01, 2019
  6. Jul 03, 2019
  7. Jun 30, 2019
  8. Jun 28, 2019
  9. Jun 24, 2019
  10. Jun 22, 2019
  11. Jun 21, 2019
  12. Jun 20, 2019
  13. May 24, 2019
  14. May 04, 2019
  15. Apr 17, 2019
  16. Mar 18, 2019
Loading