UNPKG

@das3mical/adonis-mercure

Version:

A simple AdonisJS provider to interact with Mercure hub

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