@backyard/service-kong
TypeScript icon, indicating that this package has built-in type declarations

0.2.26 • Public • Published

Backyard Kong

Gateway Service for Backyard powered by Kong

What is Backyard

Backyard is an opinioned microservices platform

What is GoTrue

Install

npm (scoped)

Usage

import { createWorkspaceConfiguration } from '@backyard/common';
import { useKongService } from '@backyard/service-kong';

export default createWorkspaceConfiguration({
  services: [
    useKongService({
      name: 'gateway',
      settings: {
        jwt: {
          iat: number,
          secret: string,
          groupName: string,
          exp: number
        }
      }
    }),
  ],
});

Readme

Keywords

none

Package Sidebar

Install

npm i @backyard/service-kong

Weekly Downloads

27

Version

0.2.26

License

MIT

Unpacked Size

28.5 kB

Total Files

28

Last publish

Collaborators

  • traviskuhl
  • elwoodtechnology