Skip to content

Commit

Permalink
fix: add jwtVerify export back
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed May 21, 2024
1 parent 2a69523 commit b65c2ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { type SetupConfig, getInternalClient, setupInternalClient } from './setup';
import { setupAuthRouter } from './auth';
import type { Express } from 'express';
import { jwtVerify } from "./helpers/kindeMiddlewareHelpers";

import {
managementApi,
Expand All @@ -10,7 +11,8 @@ import {
} from '@kinde-oss/kinde-typescript-sdk';

export * from './helpers';
export { managementApi, GrantType, ConfigurationParameters, Configuration };
export { managementApi, GrantType, ConfigurationParameters, Configuration, jwtVerify };


/**
* Encapsulates Kinde setup by completing creating internal TypeScript SDK
Expand Down

0 comments on commit b65c2ca

Please sign in to comment.