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
Hey!
Im following the video guide pt.3 and spend some time figuring out why destroying access token return Your access token is invalid. no matter how hard I try.
I have used following DELETE request and token was valid and have all user attributes. http://localhost:3000/api/access_tokens/1/?access_token=xxxxxxx
After going a bit deeper into code and loging params I found out that verify method gets undefined on logging into console params.auth.access_token
Hey!
Im following the video guide pt.3 and spend some time figuring out why destroying access token return Your access token is invalid. no matter how hard I try.
I have used following
DELETE
request and token was valid and have all user attributes.http://localhost:3000/api/access_tokens/1/?access_token=xxxxxxx
After going a bit deeper into code and loging params I found out that verify method gets undefined on logging into console
params.auth.access_token
Instead I managed my issue with modified
params.body.access_token
and therefore passing access_token as param.Something to do with
params.auth
?The text was updated successfully, but these errors were encountered: