Allow custom Account/Organization settings pages
The AccountView and OrganizationView are amazing, but I can’t extend them to include settings specific to my application. I’d like to pass those component a prop that adds additional pages to the sidebar list along with the component that will display the settings cards for that page.

Jordan Schoen 3 months ago
Allow custom Account/Organization settings pages
The AccountView and OrganizationView are amazing, but I can’t extend them to include settings specific to my application. I’d like to pass those component a prop that adds additional pages to the sidebar list along with the component that will display the settings cards for that page.

Jordan Schoen 3 months ago
Support the creation of dynamic OrganizationRoles
Provide a route (/organization/roles) for managing dynamic roles for an Organization if it is enabled.

Jordan Schoen 4 months ago
Support the creation of dynamic OrganizationRoles
Provide a route (/organization/roles) for managing dynamic roles for an Organization if it is enabled.

Jordan Schoen 4 months ago
Disable "Create Organization" on the AccountView
Better Auth has the following param: allowUserToCreateOrganization The AccountView and OrganizationsCard should support disabling Organization creation.

Jordan Schoen 4 months ago
Disable "Create Organization" on the AccountView
Better Auth has the following param: allowUserToCreateOrganization The AccountView and OrganizationsCard should support disabling Organization creation.

Jordan Schoen 4 months ago
Admin UI
UI to support the admin plugin. Defaults would include user, organization, team, member controls similar to how Clerk dashboard works.

Jordan Schoen 4 months ago
Admin UI
UI to support the admin plugin. Defaults would include user, organization, team, member controls similar to how Clerk dashboard works.

Jordan Schoen 4 months ago
Add community-driven translations
Currently, Better Auth UI only provides default English translations. It would be helpful to offer additional translations (e.g., French, Spanish, German) maintained in GitHub, so developers can easily integrate localized versions without reinventing them.

Thibault 6 months ago
Add community-driven translations
Currently, Better Auth UI only provides default English translations. It would be helpful to offer additional translations (e.g., French, Spanish, German) maintained in GitHub, so developers can easily integrate localized versions without reinventing them.

Thibault 6 months ago
Option to configure social provider buttons position in AuthView
Social provider buttons are currently hard-coded to output below email/password in AuthView. Given the popularity of social auth, it would be valuable to have an option to place these buttons above the email/password inputs. Beyond this, it might eventually be nice to have full control over the full auth view configuration, including controlling the position of all of the hardcoded elements within the current view (e.g. OTP). This isn’t something that’s immediately interesting to me, however, I could imagine if you’re adding control for social provider button location, it might make sense to expand this to a full configuration option.

Mickey Kay 6 months ago
Option to configure social provider buttons position in AuthView
Social provider buttons are currently hard-coded to output below email/password in AuthView. Given the popularity of social auth, it would be valuable to have an option to place these buttons above the email/password inputs. Beyond this, it might eventually be nice to have full control over the full auth view configuration, including controlling the position of all of the hardcoded elements within the current view (e.g. OTP). This isn’t something that’s immediately interesting to me, however, I could imagine if you’re adding control for social provider button location, it might make sense to expand this to a full configuration option.

Mickey Kay 6 months ago
select/dropdown additionalField type (more fieldTypes in general)
Github issue: https://github.com/daveyplate/better-auth-ui/issues/182 I have a few use cases (e.g. a timezone selector) that require a select field type for an additionalField. As you can imagine, the currently supported field types don’t work well when the user should be presented with a pre-defined set of options from which to choose. And in general, it would be really helpful if you’d consider expanding fieldType definitions to encompass a broader set of the most common form input types (e.g. select and multiselect).

Mickey Kay 6 months ago
select/dropdown additionalField type (more fieldTypes in general)
Github issue: https://github.com/daveyplate/better-auth-ui/issues/182 I have a few use cases (e.g. a timezone selector) that require a select field type for an additionalField. As you can imagine, the currently supported field types don’t work well when the user should be presented with a pre-defined set of options from which to choose. And in general, it would be really helpful if you’d consider expanding fieldType definitions to encompass a broader set of the most common form input types (e.g. select and multiselect).

Mickey Kay 6 months ago
Rejected
Library is not customizable
The whole point of using Better-auth and Shadcn is to build your own auth. However, my auth components are broken and do not look like my actual application. I suggest removing the UI components from npm and making them copy/ paste just like shadcn/ui. I was super hyped initially, but it looks like I need to implement the Ui on my own.

Scufflr 10 months ago
Rejected
Library is not customizable
The whole point of using Better-auth and Shadcn is to build your own auth. However, my auth components are broken and do not look like my actual application. I suggest removing the UI components from npm and making them copy/ paste just like shadcn/ui. I was super hyped initially, but it looks like I need to implement the Ui on my own.

Scufflr 10 months ago