Download the PHP package ride/web-security without Composer
On this page you can find all versions of the php package ride/web-security. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ride/web-security
More information about ride/web-security
Files in ride/web-security
Download ride/web-security
More information about ride/web-security
Files in ride/web-security
Vendor ride
Package web-security
Short Description Security integration for a Ride web application.
License MIT
Package web-security
Short Description Security integration for a Ride web application.
License MIT
Please rate this library. Is it a good library?
Informations about the package web-security
Ride: Web Security
This module implements the security layer for a Ride web application.
Parameters
- security.hash: Name of the password hash algorithm, eg. sha1, md5, ...
- security.unique: Flag to force unique sessions which forbids a user to login with multiple clients.
- security.voter.strategy: Set the strategy of the voter chain: affirmative, consensus or unanimous
- system.security.model.default: Dependency id of the default security model
- system.security.model.cache: Dependency id of the cached security model
- system.cache.security: Path to the PHP file of the security layer's cache implementation.
Events
- security.password.update: Invoked before saving a user when the password has changed. This event passes the user instance and the plain text password as argument.
- security.authentication.login: Invoked after the user has been authenticated with username and password. This event passes the user instance as argument.
Related Modules
- ride/app
- ride/cli-security
- ride/lib-security
- ride/lib-security-generic
- ride/lib-security-oauth
- ride/web
- ride/web-security-generic
- ride/web-security-oauth
- ride/web-security-orm
Installation
You can use Composer to install this application.
All versions of web-security with dependencies
PHP Build Version
Package Version
Requires
ride/app Version
^1.0.0
ride/lib-event Version ^1.0.0
ride/lib-http Version ^1.0.0
ride/lib-security Version ^1.0.0
ride/lib-router Version ^1.3.0
ride/lib-system Version ^1.0.0
ride/web Version ^1.0.0
ride/lib-event Version ^1.0.0
ride/lib-http Version ^1.0.0
ride/lib-security Version ^1.0.0
ride/lib-router Version ^1.3.0
ride/lib-system Version ^1.0.0
ride/web Version ^1.0.0
The package ride/web-security contains the following files
Loading the files please wait ....