feat: Export AuthAdapter to make it available for extension with custom authentication adapters (#8443)
This commit is contained in:
@@ -6,6 +6,7 @@ import RedisCacheAdapter from './Adapters/Cache/RedisCacheAdapter';
|
||||
import LRUCacheAdapter from './Adapters/Cache/LRUCache.js';
|
||||
import * as TestUtils from './TestUtils';
|
||||
import * as SchemaMigrations from './SchemaMigrations/Migrations';
|
||||
import AuthAdapter from './Adapters/Auth/AuthAdapter';
|
||||
|
||||
import { useExternal } from './deprecated';
|
||||
import { getLogger } from './logger';
|
||||
@@ -43,4 +44,5 @@ export {
|
||||
ParseGraphQLServer,
|
||||
_ParseServer as ParseServer,
|
||||
SchemaMigrations,
|
||||
AuthAdapter,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user