UNPKG

@adonisjs/auth

Version:

Official authentication provider for Adonis framework

10 lines (9 loc) 286 B
/** * Debug logger instance for the AdonisJS auth package. * Set NODE_DEBUG=adonisjs:auth environment variable to enable debug logging. * * @example * debug('authenticating user %s', user.email) */ declare const _default: import("node:util").DebugLogger; export default _default;