Skip to content

Commit 9b9e007

Browse files
authored
add withAuth to exports (#20)
1 parent 5883537 commit 9b9e007

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,4 +1,4 @@
1-
import { getSignInUrl, getSignUpUrl, signOut, switchToOrganization } from './auth.js';
1+
import { getSignInUrl, getSignUpUrl, signOut, switchToOrganization, withAuth } from './auth.js';
22
import { authLoader } from './authkit-callback-route.js';
33
import { configure, getConfig } from './config.js';
44
import { authkitLoader, refreshSession } from './session.js';
@@ -8,6 +8,7 @@ export {
88
authLoader,
99
authkitLoader,
1010
configure,
11+
withAuth,
1112
getConfig,
1213
getSignInUrl,
1314
getSignUpUrl,

0 commit comments

Comments
 (0)