lms / flogin
Provides an authentication option for website users.
Installs: 511
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 2
Type:typo3-cms-extension
Requires
- lms/routes: *
- tijsverkoyen/css-to-inline-styles: ^2.2.1
- typo3/cms-core: ^9.5 || ^10
Requires (Dev)
This package is auto-updated.
Last update: 2021-03-29 00:51:25 UTC
README
This extension provides an authentication option for website users.
It’s an alternative version for managing any frontend login attempts.
Features:
- Authentication via magic link.
- Lockout user while brute force.
- Attempt to create a temporary frontend account in a BE.
- Customizable throttle tracking.
- Out of the box notifications for important actions ( password reset, password update, login, lockout, magic link usage).
- Customizable Login Form as it’s now 100% based on extbase/fluid.
- API endpoints that could be used for REST authentication.
Find out more in docs