Skip to content

Commit e49bcd5

Browse files
Add oauth tokens. (#30)
1 parent 4bab7b7 commit e49bcd5

File tree

6 files changed

+364
-17
lines changed

6 files changed

+364
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const loader = (args: LoaderFunctionArgs) => authkitLoader(args);
8282
export function App() {
8383

8484
// Retrieves the user from the session or returns `null` if no user is signed in
85-
// Other supported values include sessionId, accessToken, organizationId, role, permissions and impersonator
85+
// Other supported values include sessionId, accessToken, organizationId, role, permissions, impersonator and oauthTokens
8686
const { user, signInUrl, signUpUrl } = useLoaderData<typeof loader>();
8787

8888
return (

0 commit comments

Comments
 (0)