Skip to content

Commit

Permalink
feat: export WebStorageStateStore from oidc-client-ts (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankc authored Oct 22, 2024
1 parent 97edf11 commit 2d6f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export * from './with-auth';
export * from './auth-context';
export * from './auth-context-interface';

export { User, UserManager, Log } from 'oidc-client-ts';
export { User, UserManager, Log, WebStorageStateStore } from 'oidc-client-ts';

0 comments on commit 2d6f750

Please sign in to comment.