[Help][BFF] How to implement BFF with better-auth ?
Hello, I'm trying to implement a BFF architecture with a microservice who will do only authentication with better-auth (Elysia).
The thing is :
The thing is :
- I want my Auth microservice to run BetterAuth
- My BFF will call this microservice to make all auth for my web client
- My web client will only call my BFF