oauth2-server-php
oauth2-server-php copied to clipboard
add optional $salt parameter to \OAuth2\Storage\Pdo::hashPassword()
There is a lot of focus on not using weakly encrypted passwords. adding an optional salt to
protected checkPassword($user, $password, $salt= '')
and
protected function hashPassword($password, $salt='')
would allow for more flexibility in the implementation