spryker/auth

This package is abandoned and no longer maintained. The author suggests using the spryker/security-gui package instead.

Auth module

Maintainers

Details

github.com/spryker/auth

Source

Installs: 996 587

Dependents: 4

Suggesters: 1

Security: 0

Stars: 0

Watchers: 64

Forks: 0

3.7.6 2021-06-03 09:19 UTC

README

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