JWTRefreshTokenBundle:在Symfony中的Json Web令牌上实现刷新令牌系统

时间:2021-02-05 01:26:21
【文件属性】:
文件名称:JWTRefreshTokenBundle:在Symfony中的Json Web令牌上实现刷新令牌系统
文件大小:51KB
文件格式:ZIP
更新时间:2021-02-05 01:26:21
api php jwt symfony bundle JWTRefreshTokenBundle 该捆绑软件的目的是通过JWT(Json Web令牌)轻松管理刷新令牌。 该捆绑包使用 。 支持主义ORM / ODM。 先决条件 该捆绑软件需要Symfony 3.4 +,4.0 +或5.0+。 如果您想将此捆绑包与以前的Symfony版本一起使用,请使用0.2.x版本。 Protip:尽管捆绑软件没有强制您这样做,但强烈建议您使用HTTPS。 安装 步骤1:下载套件 重要的是,您也手动需要Doctrine的ORM或MongoDB ODM,这些包现在不再自动需要,因为您可以在它们之间进行选择。 否则可能会触发安装错误 使用Doctrine的OR
【文件预览】:
JWTRefreshTokenBundle-master
----Command()
--------ClearInvalidRefreshTokensCommand.php(2KB)
--------RevokeRefreshTokenCommand.php(2KB)
----.gitignore(969B)
----Entity()
--------RefreshTokenRepository.php(696B)
--------RefreshToken.php(642B)
--------AbstractRefreshToken.php(2KB)
----Event()
--------RefreshEvent.php(981B)
--------Event.php(492B)
----Document()
--------RefreshTokenRepository.php(1KB)
--------RefreshToken.php(641B)
--------AbstractRefreshToken.php(2KB)
----Service()
--------RefreshToken.php(5KB)
----.travis.yml(1KB)
----Resources()
--------config()
----EventListener()
--------AttachRefreshTokenOnSuccessListener.php(4KB)
----Request()
--------RequestRefreshToken.php(1003B)
----Doctrine()
--------RefreshTokenManager.php(3KB)
----LICENSE(1KB)
----composer.json(1KB)
----Model()
--------RefreshTokenManagerInterface.php(1KB)
--------RefreshTokenManager.php(600B)
--------RefreshTokenInterface.php(1KB)
----spec()
--------Command()
--------Entity()
--------Document()
--------Service()
--------EventListener()
--------Request()
--------Doctrine()
--------Security()
--------DependencyInjection()
----README.md(14KB)
----Security()
--------Authenticator()
--------Provider()
----DependencyInjection()
--------Configuration.php(3KB)
--------Compiler()
--------GesdinetJWTRefreshTokenExtension.php(4KB)
----phpspec.yml(403B)
----GesdinetJWTRefreshTokenBundle.php(973B)

网友评论