Restcomm-Connect
Restcomm-Connect copied to clipboard
Arslan issue 1496 new password
Now that I think about it this PR simple covers
- Renaming auth_token field to password field
- Handle the related schema/dao and script changes
- Use http://www.mindrot.org/projects/jBCrypt/ library to handle hashing of password and comparison of password provided for authentication.
- This PR is incomplete without https://github.com/RestComm/Restcomm-Connect/pull/2201
- UI changes are not covered in this. Only the java script files are changed to send the password without hashing.
Thanks @arslan70. @otsakir can you please help review this one ?