boredgame/src/lib/server/api/providers/lucia.provider.ts

11 lines
276 B
TypeScript
Raw Normal View History

// import { lucia } from '../infrastructure/auth/lucia';
// // Symbol
// export const LuciaProvider = Symbol('LUCIA_PROVIDER');
// // Type
// export type LuciaProvider = typeof lucia;
// // Register
// container.register<LuciaProvider>(LuciaProvider, { useValue: lucia });