[GH-ISSUE #8283] default secret value not updated in docs #28369

Closed
opened 2026-04-17 19:48:12 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @joeyorlando on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/8283

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

default is set here 7a57b61f8c/packages/better-auth/src/utils/constants.ts

docs say "better-auth-secret-123456789"

Current vs. Expected behavior

docs should reflect latest value

What version of Better Auth are you using?

latest

System info

n/a

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 @joeyorlando on GitHub (Mar 2, 2026). Original GitHub issue: https://github.com/better-auth/better-auth/issues/8283 ### Is this suited for github? - [x] Yes, this is suited for github ### To Reproduce default is set here https://github.com/better-auth/better-auth/blob/7a57b61f8ce512e80da3587af8d53b80a153ca45/packages/better-auth/src/utils/constants.ts docs say "better-auth-secret-123456789" ### Current vs. Expected behavior docs should reflect latest value ### What version of Better Auth are you using? latest ### System info ```bash n/a ``` ### 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_
GiteaMirror added the locked label 2026-04-17 19:48:12 -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#28369