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
The generateAuthToken method is great for creating a token given a node id, typename and payload; the reverse method parseAuthToken would be helpful in many use cases as well, for example to automatically connect a created post to the user that made the request.
The text was updated successfully, but these errors were encountered:
The
generateAuthToken
method is great for creating a token given a node id, typename and payload; the reverse methodparseAuthToken
would be helpful in many use cases as well, for example to automatically connect a created post to the user that made the request.The text was updated successfully, but these errors were encountered: