feat(core): Logout should invalidate the auth token (no-changelog) (#10335)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-08-22 09:33:06 +02:00
committed by GitHub
parent b805e8ddb8
commit 9fe6a71690
16 changed files with 158 additions and 23 deletions

View File

@@ -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,