webmunkeez/security-bundle

基于JWT的Symfony安全功能。

安装: 35

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle


README

此扩展包为Symfony应用程序开启了基于JWT的安全功能。

安装

使用Composer安装此扩展包

$ composer require webmunkeez/security-bundle

在应用程序内核中添加扩展包

// config/bundles.php

return [
    // ...
    Webmunkeez\SecurityBundle\WebmunkeezSecurityBundle::class => ['all' => true],
    // ...
];