bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

added Salt parameter to hashPassword() #1025

Closed JoSSte closed 2 years ago

JoSSte commented 2 years ago

Added Salt parameter to hashPassword() and all functions calling it in all implementations. allows for using salts and therefore more safe hashing algorithms.