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
Is it possible for me to replace server with a function that passes things on to server only when the cookie is validated? That would eliminate the need to ever use check_login.
The text was updated successfully, but these errors were encountered:
Instead of wrapping the whole server, provide a wrapper for slackverse functions. The wrapper takes input and team_id as extra arguments, and creates something that's reactive on the cookie object (and only calls the actual function when the cookie is set).
Is it possible for me to replace server with a function that passes things on to server only when the cookie is validated? That would eliminate the need to ever use check_login.
The text was updated successfully, but these errors were encountered: