mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Logout should invalidate the auth token (no-changelog) (#10335)
This commit is contained in:
committed by
GitHub
parent
b805e8ddb8
commit
9fe6a71690
@@ -21,6 +21,7 @@ import { ExecutionData } from './ExecutionData';
|
||||
import { WorkflowHistory } from './WorkflowHistory';
|
||||
import { Project } from './Project';
|
||||
import { ProjectRelation } from './ProjectRelation';
|
||||
import { InvalidAuthToken } from './InvalidAuthToken';
|
||||
|
||||
export const entities = {
|
||||
AuthIdentity,
|
||||
@@ -31,6 +32,7 @@ export const entities = {
|
||||
ExecutionEntity,
|
||||
InstalledNodes,
|
||||
InstalledPackages,
|
||||
InvalidAuthToken,
|
||||
Settings,
|
||||
SharedCredentials,
|
||||
SharedWorkflow,
|
||||
|
||||
Reference in New Issue
Block a user