mikejw/elib-jwt
Composer 安装命令:
composer require mikejw/elib-jwt
包简介
JWT Support for empathy
关键字:
README 文档
README
JWT Support for Empathy Applications using https://github.com/firebase/php-jwt.
This extension depends on elib-base.
The JWT service will automatically be enabled for your application.
(See services.php).
The two methods available with this extension are:
<php
$token = DI::getContainer()->get('JWT')->generate();
and
<php
$token = DI::getContainer()->get('JWT')->tryAuthenticate();
Licence
Empathy and officially released extension libraries are now distributed under an MIT license. See LICENSE.
统计信息
- 总下载量: 129
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-23