@adonisjs/auth
Version:
Official authentication provider for Adonis framework
18 lines (17 loc) • 556 B
JavaScript
import { i as __exportAll } from "./errors-eDV8ejO0.js";
//#region src/symbols.ts
var symbols_exports = /* @__PURE__ */ __exportAll({
GUARD_KNOWN_EVENTS: () => GUARD_KNOWN_EVENTS,
PROVIDER_REAL_USER: () => PROVIDER_REAL_USER
});
/**
* A symbol to identify the type of the real user for a given
* user provider
*/
const PROVIDER_REAL_USER = Symbol.for("PROVIDER_REAL_USER");
/**
* A symbol to identify the type for the events emitted by a guard
*/
const GUARD_KNOWN_EVENTS = Symbol.for("GUARD_KNOWN_EVENTS");
//#endregion
export { symbols_exports as t };