Trying to implement github authentication in my app using passport js I tried reading through documentation .
I'm using hono js
what I'm getting issue is when I try to authenticate it gives
Error: Module not found: Can't resolve 'os'
tried adding "use server" doesnt works , anyone here to show me the road to authentication .