An open API service indexing awesome lists of open source software.

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.

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',
),
),
```