Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Fix broken hash function #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 27, 2017

  1. Fix broken hash function

    Needed to add a "digest" key to the hash function to satisfy crypto.pbkdf2 otherwise the spark-server could not generate a user json config file. Now you can execute the following successfully:
    
    curl -X POST http://192.168.1.50:8080/v1/users -d "username=bob" -d "password=123123"
    
    :Doc:
    crypto.pbkdf2(password, salt, iterations, keylen, digest, callback)
    akuma6099 committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    3c205ca View commit details
    Browse the repository at this point in the history