Can you mix server-side client with client-side client (NextJS)?
Login is implemented as a server action:
State change listener is implemented in a client component:
There are no auth events fireing. Is that expected? Should I be handling everything with server-side only?
State change listener is implemented in a client component:
There are no auth events fireing. Is that expected? Should I be handling everything with server-side only?