Documentation

UserPasswordHasherInterface

Interface for the user password hasher service.

Tags
author

Ariel Ferrandini arielferrandini@gmail.com

Table of Contents

Methods

hashPassword()  : string
Hashes the plain password for the given user.
isPasswordValid()  : bool
Checks if the plaintext password matches the user's password.
needsRehash()  : bool
Checks if an encoded password would benefit from rehashing.

Methods


        
On this page

Search results