Skip to content

Commit

Permalink
fix: export storage (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsijie authored Oct 29, 2021
1 parent 75b5ed0 commit 93bf512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { createJWKS, verifyIdToken } from './verify-id-token';

const TOKEN_SET_CACHE_KEY = 'LOGTO_TOKEN_SET_CACHE';

export * from './storage';

export interface ConfigParameters {
domain: string;
clientId: string;
Expand Down

0 comments on commit 93bf512

Please sign in to comment.