You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. This seems like the ideal solution for adding directus to refine but I can't seem to figure out if this will work with app router. By default, the login page is generated with server side like this:
Should this be made client side by using useEffect hook and checking for access_token from sdk or use a Cookies strategy in the sdk for authentication and keep it server side? I was thinking of something like this:
Hi. This seems like the ideal solution for adding directus to refine but I can't seem to figure out if this will work with app router. By default, the login page is generated with server side like this:
Should this be made client side by using useEffect hook and checking for access_token from sdk or use a Cookies strategy in the sdk for authentication and keep it server side? I was thinking of something like this:
The text was updated successfully, but these errors were encountered: