1. 24 Jul, 2015 1 commit
    • Richard Midwinter's avatar
      OF-631: Implement SCRAM support · 44826566
      Richard Midwinter authored
      This implements the SCRAM-SHA1 mechanism, and includes extending the existing
      DefaultAuthProvider to store the Scram hashes for faster authentication.
      
      If user.scramHashedOnly is set to true, then only these non-reversable hashes
      are stored (and thus security is increased in exchanged for removing support
      for DIGEST-MD5 et al).
      44826566