DEV Community

Discussion on: React Server Components ... React magic feature!! 🔮

Collapse
 
a_m_h_gad profile image
Jad

Thanks for sharing 💞,
I've a question regarding authentication..

I've a Nextjs14 app which I will integrate with a PHP server usually I store JWT at localstorage and send it with all client side requests but of course it's not accessible on server side.

Is there a way I can store it on server side and use it on server side components ?

Thanks in advance.