Skip to content

Commit

Permalink
Slight API modification
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 22, 2023
1 parent 993b044 commit 286850f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { createOidc } from "./oidc";
export type { Oidc } from "./oidc";
import decodeJwt from "jwt-decode";
export { decodeJwt };
export { decodeJwt } from "./tools/decodeJwt";
2 changes: 2 additions & 0 deletions src/tools/decodeJwt.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import decodeJwt from "jwt-decode";
export { decodeJwt };

0 comments on commit 286850f

Please sign in to comment.