Skip to content
Snippets Groups Projects
  1. Aug 12, 2021
  2. Aug 01, 2021
  3. Jul 31, 2021
  4. Jul 30, 2021
  5. Jul 25, 2021
  6. Jun 15, 2021
  7. Jun 12, 2021
  8. May 01, 2021
  9. Apr 05, 2021
  10. Apr 04, 2021
  11. Nov 26, 2020
  12. Oct 30, 2020
  13. Oct 24, 2020
  14. Oct 05, 2020
  15. Oct 02, 2020
    • Julian's avatar
      added webauthn support · 642f3e2e
      Julian authored
      Code is mostly based on python-fido2's example code. Note that webauthn
      requires the website to be delivered via HTTPS. Flask's development server
      automatically sets up a self-signed ssl cert with the `ssl_context="adhoc"`
      option.
      642f3e2e
  16. Oct 01, 2020
    • Julian's avatar
      implemented qrcode_svg template filter · 21cebaa3
      Julian authored
      21cebaa3
    • Julian's avatar
      basic ldap mocking · 17892c4b
      Julian authored and nd's avatar nd committed
      LDAP_SERVICE_MOCK must be set to True to enable ldap mocking. As a
      security measure, mocking is only allowed in debug mode. Also changed
      ACL_ADMIN_GROUP and ACL_SELFSERVICE_GROUP in default_config.cfg to more
      distinguishable values and removed the unused ACL_LDAP_GROUP_USEREDIT
      entry.
      
      The sample entries in ldap_server_entries.json are the bare minimum
      required for mocking and most likely won't suffice on a real LDAP server.
      Also ldap3's mocked server is very limited and does not correctly verify
      hashed password, update group memberships or implement ldap
      overlays/extentions correctly.
      
      Closes #20
      17892c4b
  17. Sep 25, 2020
  18. Jul 11, 2020
Loading