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: 12 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T01:22:24.000Z (about 4 years ago)
- Last Synced: 2025-02-05T01:38:26.373Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- 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',
),
),
```