preliminary work for guest account support
This commit is contained in:
parent
b6779a7d7c
commit
bbc655b3f9
11 changed files with 132 additions and 50 deletions
|
@ -1,13 +1,11 @@
|
|||
import type {MediaRow, UserRow} from '../types';
|
||||
import type {RequestHandler as Middleware} from 'express';
|
||||
import type {UserRow} from '../types';
|
||||
|
||||
import crypto from "crypto";
|
||||
import express from "express";
|
||||
import passport from "passport";
|
||||
import {Strategy as LocalStrategy} from "passport-local";
|
||||
|
||||
import { Strategy as LocalStrategy } from "passport-local";
|
||||
|
||||
import db from "../db";
|
||||
import {db} from "../db";
|
||||
|
||||
let router = express.Router();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue