Skip to content

Commit 948067f

Browse files
committed
export
1 parent 2b06608 commit 948067f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { getSignInUrl, getSignUpUrl, signOut, switchToOrganization, withAuth } from './auth.js';
22
import { authLoader } from './authkit-callback-route.js';
33
import { configure, getConfig } from './config.js';
4-
import { authkitLoader, refreshSession } from './session.js';
4+
import { authkitLoader, refreshSession, saveSession } from './session.js';
55
import { getWorkOS } from './workos.js';
66

77
export {
@@ -14,6 +14,7 @@ export {
1414
getSignUpUrl,
1515
getWorkOS,
1616
refreshSession,
17+
saveSession,
1718
signOut,
1819
switchToOrganization,
1920
};

0 commit comments

Comments
 (0)