Skip to content

Commit aff257e

Browse files
committed
Remove auth
1 parent 85ca5cc commit aff257e

File tree

3 files changed

+0
-97
lines changed

3 files changed

+0
-97
lines changed

src/auth.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import WorkspacesFactory from './models/workspacesFactory';
1313
import DataLoaders from './dataLoaders';
1414
import HawkCatcher from '@hawk.so/nodejs';
1515
// import { express as voyagerMiddleware } from 'graphql-voyager/middleware';
16-
import { initializeStrategies } from './passport.js';
1716
/*
1817
* @ts-ignore
1918
* import Accounting from 'codex-accounting-sdk';
@@ -94,7 +93,6 @@ class HawkAPI {
9493

9594
billing.appendRoutes(this.app);
9695

97-
initializeStrategies();
9896

9997
this.server = new ApolloServer({
10098
schema,

src/passport.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)