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
I could be wrong, but I don't think calling netlifyIdentity.currentUser() is enough to refresh the tokens. That is what the React example is doing though.
I think calling await netlifyIdentity.currentUser?.jwt?() will, though.
I could be wrong, but I don't think calling
netlifyIdentity.currentUser()
is enough to refresh the tokens. That is what the React example is doing though.I think calling
await netlifyIdentity.currentUser?.jwt?()
will, though.Related to this: #117
Also how about making an authenticated API request in the example?
The text was updated successfully, but these errors were encountered: