[GH-ISSUE #3976] Docs: integration guide for Waku #18412

Closed
opened 2026-04-15 16:52:23 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @rmarscher on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/3976

Is this suited for github?

  • Yes, this is suited for github

Waku is a minimal React framework. Developers building projects on Waku are looking for guides to integrate authentication. Better Auth seems to be very easy to integrate with Waku.

Describe the solution you'd like

I'd like to write an integration guide - like the remix guide - for Waku.

Describe alternatives you've considered

I have published an example. https://github.com/rmarscher/waku-better-auth-example

Additional context

No response

Originally created by @rmarscher on GitHub (Aug 13, 2025). Original GitHub issue: https://github.com/better-auth/better-auth/issues/3976 ### Is this suited for github? - [x] Yes, this is suited for github ### Is your feature request related to a problem? Please describe. Waku is a minimal React framework. Developers building projects on Waku are looking for guides to integrate authentication. Better Auth seems to be very easy to integrate with Waku. ### Describe the solution you'd like I'd like to write an integration guide - like the [remix guide](https://www.better-auth.com/docs/integrations/remix) - for Waku. ### Describe alternatives you've considered I have published an example. https://github.com/rmarscher/waku-better-auth-example ### Additional context _No response_
GiteaMirror added the locked label 2026-04-15 16:52:23 -05:00
Author
Owner

@rmarscher commented on GitHub (Aug 13, 2025):

I started working on the guide. There is one part of the integration with request headers that might change soon upstream. I am going to wait for that before submitting a PR.

<!-- gh-comment-id:3184504765 --> @rmarscher commented on GitHub (Aug 13, 2025): I started working on the guide. There is [one part of the integration with request headers](https://github.com/rmarscher/waku-better-auth-example/blob/066bcda38e60cedb57163bb86a78e7132f5972de/src/middleware/auth.ts#L8) that might change soon upstream. I am going to wait for that before submitting a PR.
Author
Owner

@Kinfe123 commented on GitHub (Aug 13, 2025):

@himself65 should give you a good input on this.

<!-- gh-comment-id:3185309640 --> @Kinfe123 commented on GitHub (Aug 13, 2025): @himself65 should give you a good input on this.
Author
Owner

@himself65 commented on GitHub (Aug 13, 2025):

Waku maintainer here. It's a good point!

<!-- gh-comment-id:3185428310 --> @himself65 commented on GitHub (Aug 13, 2025): Waku maintainer here. It's a good point!
Author
Owner

@rmarscher commented on GitHub (Aug 13, 2025):

I was able to work around it by constructing a Headers object. PR coming soon. 😄

<!-- gh-comment-id:3185764392 --> @rmarscher commented on GitHub (Aug 13, 2025): I was able to work around it by [constructing a `Headers` object](https://github.com/rmarscher/waku-better-auth-example/commit/fee16f0e8be272705e870eff6d096cec03c3e306). PR coming soon. :smile:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#18412