Skip to content

Commit

Permalink
feat: export AuthClientStorage in order to support custom implement…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
hpeebles committed Feb 15, 2024
1 parent 31f1dc1 commit 97f9532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
} from './storage';
import { PartialIdentity } from '@dfinity/identity/lib/cjs/identity/partial';

export { IdbStorage, LocalStorage, KEY_STORAGE_DELEGATION, KEY_STORAGE_KEY } from './storage';
export { AuthClientStorage, IdbStorage, LocalStorage, KEY_STORAGE_DELEGATION, KEY_STORAGE_KEY } from './storage';
export { IdbKeyVal, DBCreateOptions } from './db';

const IDENTITY_PROVIDER_DEFAULT = 'https://identity.ic0.app';
Expand Down

0 comments on commit 97f9532

Please sign in to comment.