mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-07-26 11:59:14 +00:00
Add user permission levels to authentication
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/ea19b6ac-d6f9-43a4-bc1b-57886712d2ec.jpg
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import { promisify } from "util";
|
||||
import jwt from "jsonwebtoken";
|
||||
import { storage } from "./storage";
|
||||
import { ldapClient } from "./ldap";
|
||||
import { User as SelectUser, loginSchema } from "@shared/schema";
|
||||
import { User as SelectUser, loginSchema, PERMISSIONS } from "@shared/schema";
|
||||
|
||||
declare global {
|
||||
namespace Express {
|
||||
|
||||
Reference in New Issue
Block a user