定制 kardigan/laravel-kong-jwt 二次开发

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

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

kardigan/laravel-kong-jwt

最新稳定版本:v0.0.9

Composer 安装命令:

composer require kardigan/laravel-kong-jwt

包简介

Middleware to add kong jwt claims to laravels config

README 文档

README

Package to read JWT claims sent through the JWT plugin in Kong ((http://getkong.org)) to the upstream api.

It adds a middleware that pulls out all claims and add them to the config under the key "claims".

Installation

Add the package

composer require kardigan/laravel-kong-jwt

composer dump-autoload

Add the package to config/app.php under providers

Kardigan\LaravelKongJwt\ServiceProvider::class,

Add the middleware to app/Http/Kernel.php or set dynamically in your routes.

Usage

If the x-consumer-custom-id is not set the middleware will return a 403 access denied.

Once the middleware is up and running you can access all claims sent through with the JWT token like this:

Config::get('claims');

The middleware are checking for a jwt token both in the header with the "authorization" key, or as a url parameter with the "token" key

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-05-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固