setup middleware on backend with oidc
I have three services:
The issue I am facing right now i how i add the middleware in the hono app?
my current hono middleware:
I dont want to do a fetch everytime.. plus i tried using the
- expo app (client)
- hono + better auth (oidc provider)
- hono app (server)
expo-auth-sessionThe issue I am facing right now i how i add the middleware in the hono app?
my current hono middleware:
I dont want to do a fetch everytime.. plus i tried using the
auth.api.getSession() but seems like getsession doesnt works with session created via the oidc provider