Using @hono/auth-js with one API server (auth) and one web server (front) ?
Hey, hope Hono fans are doing well, I'm wondering if it's possible to use a distant API (not on the same hostname) with authjs ? I've seen multiple examples with
@hono/auth-js
@hono/auth-js
but they are always relying on the vite
proxy
proxy
server to serve the api on the same host as the frontend server.