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
content_owner.claims.first# does not obtain new access token# raises Yt::Errors::MissingAuth
The text was updated successfully, but these errors were encountered:
pavelbonda
changed the title
Should content owners association "inherit" refresh token from account?
Should account model share refresh token with content owners association
May 26, 2020
pavelbonda
changed the title
Should account model share refresh token with content owners association
Should account model share refresh token with content owners association?
May 26, 2020
Hi everyone! I'm really like this gem, and appreciate how many things it does under the hood. And I have an idea for improvement.
Lets say I'm working with multiple content owners under one account, I'm getting content owner models following way:
When I use
#refresh_token
oncontent_owner
it returns refresh token from associatedAuthentication
model which is "inherited" from account:However instance variable
@refresh_token
which is used for refreshing access token does not "inherited" from account:So, when access token is expired:
The text was updated successfully, but these errors were encountered: