diff --git a/packages/authentication/src/index.ts b/packages/authentication/src/index.ts index 47962f995b..f7ea82a173 100644 --- a/packages/authentication/src/index.ts +++ b/packages/authentication/src/index.ts @@ -6,7 +6,8 @@ export { AuthenticationResult, AuthenticationStrategy, AuthenticationParams, - ConnectionEvent + ConnectionEvent, + JwtVerifyOptions } from './core' export { AuthenticationBaseStrategy } from './strategy' export { AuthenticationService } from './service'