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:Jump to 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
feat: nestjs support by ThallesP · Pull Request #1548 · better-au...
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...
1 Reply
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
feat: nestjs support by ThallesP · Pull Request #1548 · better-au...
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...