1c7/example_better_auth_with_nextjs_and_fastapi_as_backend

提供一个思路

Opened this issue · 1 comments

可以考虑用 next.js 的 server Action / api 包一层后端的 API。后端完全 trust 前端 API 的调用,可以直接走内网(或者设定一个固定的 Key)

1c7 commented

好,收到