Feature #46063

Implement username password provider with "remember me" persistent cookie

Added by Christopher Hlubek over 2 years ago. Updated 10 months ago.

Status:New Start date:2013-03-06
Priority:Should have Due date:
Assigned To:Christopher Hlubek % Done:

0%

Category:Security
Target version:-
PHP Version: Complexity:
Has patch:No

Description

  • Extend PersistedUsernamePasswordProvider with remember me feature
  • Store random token in cookie
  • Use cache backend for random token to account mapping
  • Authenticate user from random token in persistent cookie if no credentials given
  • Remove cookie on logout?

Related issues

related to TYPO3.Flow - Feature #30378: Cookie authentication Closed 2011-09-28
related to TYPO3.Flow - Feature #55831: Different scenarios for session settings New 2014-02-10
related to TYPO3.Flow - Feature #56744: stay logged in New 2014-03-11

History

#1 Updated by Simon Schaufelberger 10 months ago

This feature would really help to make Flow a lot more "community" friendly ;) If you are working with frontend users this is nowadays a must have feature!

Also available in: Atom PDF