Skip to content

spryker/auth

Repository files navigation

Auth Module

Build Status Minimum PHP Version

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

Documentation

Module Documentation