Download the PHP package collecthor/yii2-session-auth without Composer
On this page you can find all versions of the php package collecthor/yii2-session-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download collecthor/yii2-session-auth
More information about collecthor/yii2-session-auth
Files in collecthor/yii2-session-auth
Download collecthor/yii2-session-auth
More information about collecthor/yii2-session-auth
Files in collecthor/yii2-session-auth
Vendor collecthor
Package yii2-session-auth
Short Description Session authentication for your API
License MIT
Package yii2-session-auth
Short Description Session authentication for your API
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-session-auth
Session authentication for your API
When you expose an API you often have a different configuration for authentication. Most APIs use some kind of session-less authentication using tokens of some kind.
This component implements such session-less authentication where the token is the session key.
It works by shortly opening the session to extract the relevant data, then aborting it using session_abort()
. This means
there is no write done to the session and locking (if using the standard file backend) is kept to a minimum.
All versions of yii2-session-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 8.1
The package collecthor/yii2-session-auth contains the following files
Loading the files please wait ....