Has anyone got a good guide or example with how to do auth from an express backend to a modern NextJs front end. I am using the latest version with app router.
I have passport and express sessions running on backend and want to know how I can integrate with server actions in the recommended way.
As server actions run on the server cookies aren’t automatically handled.
All examples I’ve found are just using nextjs with an auth library solely or very old methods when next worked mostly on the
Client