kardigan/laravel-kong-jwt

Middleware to add kong jwt claims to laravels config
1,263 1
Install
composer require kardigan/laravel-kong-jwt
Latest Version:v0.0.9
PHP:>=5.5.9
License:MIT
Last Updated:Jan 7, 2021
Links: GitHub  ·  Packagist
Maintainer: kristianlunde

Laravel Kong JWT

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

Related Packages

benbjurstrom/passport-custom-jwt-claims

Customize JWT claims in Laravel Passport access tokens

1,759 34
0rla/larp-bj

A JWT API Boilerplate to create REST APIs with Entrust roles and permissions. Or...

27 0
francescomalatesta/laravel-api-boilerplate-jwt

An API Boilerplate to create a ready-to-use REST API in seconds.

7,457 1,173
auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authenti...

5,503,577 274
poush/laravel-hackathon

An API Boilerplate to create a ready-to-use REST API in seconds.

10 1