You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've faced some issue when I've tried to use the server:
It was not clear for me how to generate the salt.
I've ended up using bcrypt.genSalt() method from a local python env. It looked something like: $2a$10$3rG14pYiZyUNs0Z9FfFJ5u
Another issue was that dash and werkzeug python libraries are not always compatible, so I had to add werkzeug==2.0.3 in requirement.txt
Besides that thank you for sharing the project!
The text was updated successfully, but these errors were encountered:
I've faced some issue when I've tried to use the server:
It was not clear for me how to generate the salt.
I've ended up using bcrypt.genSalt() method from a local python env. It looked something like: $2a$10$3rG14pYiZyUNs0Z9FfFJ5u
Another issue was that dash and werkzeug python libraries are not always compatible, so I had to add werkzeug==2.0.3 in requirement.txt
Besides that thank you for sharing the project!
The text was updated successfully, but these errors were encountered: