Skip to content

Commit d59896e

Browse files
authored
fix(authentication): Export JwtVerifyOptions (#3214)
1 parent 261acbc commit d59896e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/authentication/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export {
66
AuthenticationResult,
77
AuthenticationStrategy,
88
AuthenticationParams,
9-
ConnectionEvent
9+
ConnectionEvent,
10+
JwtVerifyOptions
1011
} from './core'
1112
export { AuthenticationBaseStrategy } from './strategy'
1213
export { AuthenticationService } from './service'

0 commit comments

Comments
 (0)