定制 jpalala/simplyjwt 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

jpalala/simplyjwt

Composer 安装命令:

composer require jpalala/simplyjwt

包简介

create jwt token

README 文档

README

a wrapper around ReallySimpleJWT for use in Laravel apps

NOTE: This is not yet a packagist thing but I'll set it up later on

Setup

  1. Ensure to set the .env for the issuer URL in the class

  2. Set up your project's composer.json to load this class if not yet on packagist

``` "autoload": { "psr-4": { "App\": "app/", "Jpalala\SimplyJWT\": "<packages_dir>/SimplyJWT/src/" } }


3. Register it in `config/app.php`

'providers' => [ // Other Service Providers... Jpalala\SimplyJWT\SimplyJWTServiceProvider::class, ],

# TODO

- Look into laravel packager conventions
- Create helpers/configs for easy installation and setup

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Hack

其他信息

  • 授权协议: Unknown
  • 更新时间: 2024-09-17