Documentation

UserPasswordHasher
in package
implements UserPasswordHasherInterface

Hashes passwords based on the user and the PasswordHasherFactory.

Tags
author

Ariel Ferrandini arielferrandini@gmail.com

final

Table of Contents

Interfaces

UserPasswordHasherInterface
Interface for the user password hasher service.

Properties

$hasherFactory  : mixed

Methods

__construct()  : mixed
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.

Properties

Methods


        
On this page

Search results