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
If you pass an access token to the API, the Cookie\attempt_authentication() handler will kick in and attempt to synchronise the user from the source. It will use the token from user meta, rather than the one passed in the request.
This should only kick in if cookie auth is used, not in all cases.
Additionally, if the stored token has been revoked, this will lead to 500 errors.
The text was updated successfully, but these errors were encountered:
If you pass an access token to the API, the
Cookie\attempt_authentication()
handler will kick in and attempt to synchronise the user from the source. It will use the token from user meta, rather than the one passed in the request.This should only kick in if cookie auth is used, not in all cases.
Additionally, if the stored token has been revoked, this will lead to 500 errors.
The text was updated successfully, but these errors were encountered: