spryker / auth
Auth module
Requires
- php: >=7.3
- spryker/event-dispatcher-extension: ^1.0.0
- spryker/gui: ^3.26.0
- spryker/kernel: ^3.30.0
- spryker/session: ^3.0.0 || ^4.0.0
- spryker/session-redis-extension: ^1.0.0
- spryker/symfony: ^3.5.0
- spryker/transfer: ^3.8.0
- spryker/user: ^3.0.0
- spryker/util-text: ^1.1.0
Requires (Dev)
Suggests
- spryker/config: Add this module when you want to use the EventDispatcherPlugins.
- spryker/container: Add this module when you want to use the EventDispatcherPlugins.
- spryker/event-dispatcher: Add this module when you want to use the EventDispatcherPlugins.
- spryker/silex: If you want to use ServiceProvider.
This package is auto-updated.
Last update: 2024-11-04 08:56:57 UTC
README
Auth is part of the Store Administration Functionality and is used for managing the user authentication for the Zed Administration Interface. This module manages the authorization of a specific user by returning true or false if the credentials are allowed to access the system or not. It is used for login, logout, and used by the login controller to verify if a given user token is authenticated. Login is authenticated with a form or a header (via token). Auth is also used to validate that Zed has authorization to process incoming requests from Yves or 3rd parties such as payment providers.
DEPRECATED - This module is not continued at this point.
The replacements:
- spryker/security
- spryker/security-gui
- spryker/security-system-user
Installation
composer require spryker/auth