UNPKG

@krypton-org/krypton-auth

Version:

Express authentication middleware, using GraphQL and JSON Web Tokens.

8 lines (7 loc) 268 B
/** * Module returning the Mongoose schema merging the default one with the fields provided by the package user through the `extendedSchema` property. * @module router/Router */ import { Router } from 'express'; declare const router: Router; export default router;