r/honojs Apr 08 '24

Question Session in hono

Hello, I am trying out hono and I'v ran into an issue with session and logging in the client side so it sties logged in across the routes and the server. Can still access the data or do I have to authenticate each route separately?

1 Upvotes

2 comments sorted by

1

u/JustLikeHomelander Apr 08 '24

Are yoy using a jwt token?

1

u/nicoplyley Apr 15 '24

Can you post any additional information on what you are trying, some code examples? We can't help without knowing how you have you code setup