[GH-ISSUE #1032] crypto/jwt is not exported, and crypto/buffer is exported twice in crypto/index.ts #17190

Closed
opened 2026-04-15 15:12:43 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @wh5938316 on GitHub (Dec 27, 2024).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/1032

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

7eb056f90f/packages/better-auth/src/crypto/index.ts (L36-L39)

Pull request #1031

Current vs. Expected behavior

It is obvious

What version of Better Auth are you using?

1.1.3

Provide environment information

none

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

Package

Auth config (if applicable)

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

Additional context

No response

Originally created by @wh5938316 on GitHub (Dec 27, 2024). Original GitHub issue: https://github.com/better-auth/better-auth/issues/1032 ### Is this suited for github? - [ ] Yes, this is suited for github ### To Reproduce https://github.com/better-auth/better-auth/blob/7eb056f90f141703ad3296dc9a3a5a70018d4018/packages/better-auth/src/crypto/index.ts#L36-L39 Pull request #1031 ### Current vs. Expected behavior It is obvious ### What version of Better Auth are you using? 1.1.3 ### Provide environment information ```bash none ``` ### Which area(s) are affected? (Select all that apply) Package ### Auth config (if applicable) ```typescript import { betterAuth } from "better-auth" export const auth = betterAuth({ emailAndPassword: { enabled: true }, }); ``` ### Additional context _No response_
GiteaMirror added the lockedbug labels 2026-04-15 15:12:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#17190