UNPKG

@krypton-org/krypton-auth

Version:

Express authentication middleware, using GraphQL and JSON Web Tokens.

8 lines (7 loc) 179 B
/** * Configuring Agenda, the job processing queue to send emails. * @module agenda/Agenda */ import Agenda from 'agenda'; declare const agenda: Agenda; export default agenda;