Hey!, i know its not really connected to Bun, but I couldnt find any discord server or helpful source for Honojs so i will try my luck here :)
I was using Express with Passport js and I moved to Honojs but the old passportjs packages doesnt work anymore sadly, is there a way to migrate the passport js package to hono middleware? and so other pacakges?
#Moving to Honojs from Express
1 messages · Page 1 of 1 (latest)
Just use express
Hono is not even good
Why not? and what about Elysia?
Elysia is fast but includes unnecessary apis
Hono is slow af
Mine is fast but too simple
😅
For auth you can try arctic
In compare to Express?
I want to make a steam authentication, I saw they dont have it
No
In compare to every other standard complaint framework
I'm using it for its typescript support, Express was quite hard to setup, but im not sure if its easier because of Hono or Bun
Elysia and my framework also have that
Hono is just unnecessary slow
The question is how I can add a steam authentication to Elysia/other frameworks that are not Express
Learn oauth
It’s actually not hard to do so
I guess you can use oslo oauth2 client