https://github.com/cornernote/yii-token-manager
Manages tokens that can be validated, used and expired.
https://github.com/cornernote/yii-token-manager
Last synced: 5 months ago
JSON representation
Manages tokens that can be validated, used and expired.
- Host: GitHub
- URL: https://github.com/cornernote/yii-token-manager
- Owner: cornernote
- License: other
- Created: 2014-01-07T03:17:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T01:22:24.000Z (over 4 years ago)
- Last Synced: 2026-02-12T07:42:43.510Z (5 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii Token Manager
Manages tokens that can be validated, used and expired.
Yii config:
```
'components' => array(
'tokenManager' => array(
'class' => 'vendor.cornernote.yii-token-manager.token-manager.components.ETokenManager',
'connectionID' => 'db',
),
),
```