License not showing on JetBrains Qodana #1290

Closed
opened 2026-03-13 08:31:31 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @SamHoque on GitHub (Jun 1, 2025).

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

Image

Current vs. Expected behavior

License should be shown.

What version of Better Auth are you using?

1.2.9

Provide environment information

.

Which area(s) are affected? (Select all that apply)

Documentation

Auth config (if applicable)

import { betterAuth } from "better-auth"
export const auth = betterAuth({
  emailAndPassword: {  
    enabled: true
  },
});

Additional context

No response

Originally created by @SamHoque on GitHub (Jun 1, 2025). ### Is this suited for github? - [ ] Yes, this is suited for github ### To Reproduce ![Image](https://github.com/user-attachments/assets/a70a97fd-b8dd-43ca-8ee6-ef40af26bd42) ### Current vs. Expected behavior License should be shown. ### What version of Better Auth are you using? 1.2.9 ### Provide environment information ```bash . ``` ### Which area(s) are affected? (Select all that apply) Documentation ### Auth config (if applicable) ```typescript import { betterAuth } from "better-auth" export const auth = betterAuth({ emailAndPassword: { enabled: true }, }); ``` ### Additional context _No response_
Author
Owner

@Bekacru commented on GitHub (Jun 1, 2025):

9787f5d9bf

@Bekacru commented on GitHub (Jun 1, 2025): https://github.com/better-auth/better-auth/commit/9787f5d9bf67c555d3d8a20619766675b8138a0c
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#1290