https://github.com/Paradigm4/shim
Revision c9de1314ca3803ccee742855a5c158dac6fdc297 authored by Rares Vernica on 06 January 2018, 18:49:54 UTC, committed by Rares Vernica on 06 January 2018, 18:49:54 UTC
2 parent s 9cda633 + 5398e8a
Raw File
Tip revision: c9de1314ca3803ccee742855a5c158dac6fdc297 authored by Rares Vernica on 06 January 2018, 18:49:54 UTC
Merge branch 'session-auth' into v17.x-session-auth
Tip revision: c9de131
README.mongoose
* We added the mg_append callback. It's equivalent to mg_upload except that
  it appends data to a file instead of overwriting the file.
* We modified the .htpasswd authentication scheme to use plaintext. The
  mongoose scheme stored the user:realm:paswd md5 hash in a custom way.
back to top