Skip to content

Commit

Permalink
Merge branch 'main' into vi/fix/sso-misc
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriaxyz authored Jan 10, 2025
2 parents 122ee91 + e2881f3 commit f1c69bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/backend/invitations/create-invitation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function createInvitation(params: CreateParams): Promise<Invitation>
- `redirectUrl?`
- `string`

The URL to redirect the user to when they visit the invitation link.
The URL where the user is redirected upon visiting the invitation link, where they can accept the invitation. Required if you have implemented a [custom flow for handling application invitations](/docs/custom-flows/invitations).

---

Expand Down
2 changes: 2 additions & 0 deletions docs/references/react/use-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ The `useAuth()` hook provides access to the current user's authentication state

A function that signs out the current user. Returns a promise that resolves when complete. See the [reference doc](/docs/references/javascript/clerk/clerk#sign-out).

---

- `getToken()`
- `(options?: GetTokenOptions) => Promise<string | null>`

Expand Down

0 comments on commit f1c69bb

Please sign in to comment.