Mingsong Hu
Results
2
issues of
Mingsong Hu
**Is your feature request related to a problem? Please describe.** The session ID is a sensitive credential information as important as user's password, which need to be hashed in the...
This pull request makes the following changes: - Add a new static function to hash string. - Hash session ID when set, get and delete session from the database.