Skip to content

Commit

Permalink
feat: re-export User and UserManager
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancole authored and simenandre committed Aug 20, 2020
1 parent 5d1b962 commit a2fdf39
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,3 +1,5 @@
export * from './AuthContext';
export * from './useAuth';
export * from './withAuth';
export * from './AuthContext';

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

0 comments on commit a2fdf39

Please sign in to comment.