承接 ns/token-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ns/token-bundle

最新稳定版本:4.0.4

Composer 安装命令:

composer require ns/token-bundle

包简介

This bundle provides a JWT token integration with symfony

README 文档

README

  composer require ns/token-bundle

Edit AppKernel.php and add the bundle

    new NS\TokenBundle\NSTokenBundle(),

Edit app/config/config.yml

    ns_token:
        generator:
            id: <some random string>
            key: <another random string>
            issuer: <string (often the site source)>
            short_expiration: 3600
            long_expiration: 2592000
            signer: Lcobucci\JWT\Signer\Rsa\Sha256 #default

You can use your own signer by implementing the Lcobucci\JWT\Signer interface.

统计信息

  • 总下载量: 10.97k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-27