cornernote/yii-token-manager

Manages tokens that can be validated, used and expired.

1.0.3 2017-02-03 04:16 UTC

This package is auto-updated.

Last update: 2024-04-13 05:58:16 UTC


README

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