You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
Fix the appearance option rejecting valid properties such as theme, variables, and elements with a "does not exist in type Appearance<Ui>" TypeScript error. This also affects @clerk/nuxt, which derives its module options from @clerk/vue. (#9281) by @BobbyLin23
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
Enable self-serve OIDC configuration for every application. Organization admins can now select an OIDC provider in the <OrganizationProfile /> Security tab without the experimental.oidcSelfServe option, and existing OIDC connections open their configuration steps instead of the unsupported-provider state. The experimental.oidcSelfServe option no longer does anything and can be removed from <ClerkProvider /> and Clerk.load(). (#9288) by @NicolasLopes7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
Enable self-serve OIDC configuration for every application. Organization admins can now select an OIDC provider in the <OrganizationProfile /> Security tab without the experimental.oidcSelfServe option, and existing OIDC connections open their configuration steps instead of the unsupported-provider state. The experimental.oidcSelfServe option no longer does anything and can be removed from <ClerkProvider /> and Clerk.load(). (#9288) by @NicolasLopes7