Skip to content

Commit

Permalink
fix(authentication): Export JwtVerifyOptions (#3214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabetd committed Jun 14, 2023
1 parent 261acbc commit d59896e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/authentication/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export {
AuthenticationResult,
AuthenticationStrategy,
AuthenticationParams,
ConnectionEvent
ConnectionEvent,
JwtVerifyOptions
} from './core'
export { AuthenticationBaseStrategy } from './strategy'
export { AuthenticationService } from './service'
Expand Down

0 comments on commit d59896e

Please sign in to comment.