nextjs + nestjs

i have a nextjs app with better auth setup.

what would be the best way to handle auth verifcation on the side of the nestjs backend ?
Solution
Hey, there is https://github.com/better-auth/better-auth/pull/1548 coming, but there is also comment from user juandl , where he explains how he implemented it.
GitHub
Adds support for the NestJS framework
The PR adds full support for NestJS with decorators, guards, and a module for a seamless integration.
Here's some examples:
import { NestFactory } from...
Was this page helpful?