Skip to content

Commit

Permalink
🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
targoninc-alex committed May 22, 2024
1 parent 1c9f1d3 commit d8e0f83
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/features/authenticationFeature.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import express, {Application} from "express";
import express from "express";
import session from "express-session";
import passport, {SessionOptions} from "passport";
import swaggerUI from 'swagger-ui-express';
import {swaggerOptions} from "../swagger.js";
import swaggerJsDoc from "swagger-jsdoc";
import {PassportDeserializeUser, PassportSerializeUser, PassportStrategy} from "./authentication/passport.js";
import {AuthEndpoints} from "./authentication/endpoints";
import {AuthActions} from "./authentication/actions";
import {MariaDbDatabase} from "./database/mariaDbDatabase.js";
import path from "path";
import {CLI} from "../tooling/CLI";

export class AuthenticationFeature {
static enable(__dirname: string, db: MariaDbDatabase) {
Expand Down

0 comments on commit d8e0f83

Please sign in to comment.