@backyard/service-kong
v0.2.26
Published
Gateway Service for Backyard powered by Kong
Downloads
33
Readme
Backyard Kong
Gateway Service for Backyard powered by Kong
What is Backyard
Backyard is an opinioned microservices platform
What is GoTrue
Install
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
}
}
}),
],
});