express-gateway-plugin-jwt-custom

0.0.7 • Public • Published

Express gateway plugin jwt custom

Express gateway plugin Jwt custom for check expiration time.

Installation

Use the npm to install

npm install --save express-gateway-jwt-custom

Usage

configuration system.config.yml

plugins:
    jwt-custom:
        secretKey: "your-secret-key"
        jwtExtractor: "authBearer"
        messageErr: "your message" # optional

configuration gateway.config.yml

policies:
    - jwt-custom
    - proxy
    - jwt

pipelines:
  crudPipeline:
    apiEndpoints:
        - crudAPI
    policies:
        - jwt:
            - action:
                jwtExtractor: 'authBearer'
                checkCredentialExistence: false
                secretOrPublicKey: 'secretAuth'
        - jwt-custom:
        - proxy:
            - action:
                serviceEndpoint: crudService

Readme

Keywords

none

Package Sidebar

Install

npm i express-gateway-plugin-jwt-custom

Weekly Downloads

3

Version

0.0.7

License

ISC

Unpacked Size

3.87 kB

Total Files

5

Last publish

Collaborators

  • andritom221