UNPKG

@das3mical/adonis-mercure

Version:

A simple AdonisJS provider to interact with Mercure hub

10 lines (9 loc) 185 B
import type { Algorithm } from 'jws'; export interface MercureConfig { endpoint: string; adminToken: string; jwt: { alg: Algorithm; secret: string; }; }