Documentation

RememberMeAuthenticator
in package
implements InteractiveAuthenticatorInterface

The RememberMe *Authenticator* performs remember me authentication.

This authenticator is executed whenever a user's session expired and a remember-me cookie was found. This authenticator then "re-authenticates" the user using the information in the cookie.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

author

Wouter de Jong wouter@wouterj.nl

final

Table of Contents

Interfaces

InteractiveAuthenticatorInterface
This is an extension of the authenticator interface that must be used by interactive authenticators.

Properties

$cookieName  : string
$logger  : mixed
$rememberMeHandler  : mixed
$secret  : string
$tokenStorage  : mixed

Methods

__construct()  : mixed
authenticate()  : Passport
createToken()  : TokenInterface
isInteractive()  : bool
Should return true to make this authenticator perform an interactive login.
onAuthenticationFailure()  : Response|null
onAuthenticationSuccess()  : Response|null
supports()  : bool|null

Properties

Methods

isInteractive()

Should return true to make this authenticator perform an interactive login.

public isInteractive() : bool
Return values
bool

        
On this page

Search results