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
Add a function which can create a serverAction and wrap it with middleware so it can be used anywhere. For instance, a protectedSeverAction could pass down the session and verify it's valid.
Add a function which can create a serverAction and wrap it with middleware so it can be used anywhere. For instance, a
protectedSeverActioncould pass down the session and verify it's valid.