Setting and Reading cookie value in client and server component next js using axios interceptor
I have written an axios interceptor where I want to add the idToken for a user to the headers on every api call.
I have written an axios interceptor where I want to add the idToken for a user to the headers on every api call.