Hi, I like your package, but how do I use it in next-auth. I get this error when I try to use it: ``` Error: Cookies can only be modified in a Server Action or Route Handler. ``` I made a minimum version of my code to reproduce the error: [this is the code](https://github.com/charan-vendra/next-auth-entra)
Hi,
I like your package, but how do I use it in next-auth.
I get this error when I try to use it:
I made a minimum version of my code to reproduce the error:
this is the code