



















Previously if you were using Clerk's <UserProfile /> and <OrganizationProfile /> to allow your user's to view and manage their own profile settings your ability to extend them was fairly limited. This meant if you wanted to provide controls for other options outside of what Clerk's defaults, you were stuck. With our latest release, these components now allow for much richer customization. Allowing you to extend Clerk's pre-built components with whatever context is right for your app and your users.
The <UserProfile /> component now supports (view docs):
<UserProfile /> UI by passing our new <UserProfile.Page> compound component<UserProfile.Link> componentAccount and Security)Here what an example of how to use our new React API for UserProfile customization:
Just like UserProfile, the <OrganizationProfile /> component offers similar customization options for organization profiles (view docs)
Members and Settings)Here is an example of how to use the React API for OrganizationProfile customization:
For more information and implementation instructions, please refer to our documentation for <UserProfile /> and <OrganizationProfile />.
SHA-256 algorithm password hashes, via the Backend API. SHA-256 password hashes will be transparently migrated to the more secure Bcrypt algorithm, the first time the user signs in此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。