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'd say we cut it and bump a version number to signal the breaking change just in case, only the HA plugin, alerts skill and spotify use oauth, not too much out there for us to update
assigned the 3 relevant maintainers to this issue so everyone is in the loop
@forslund@JarbasAl I just took a look at the HA plugin. I don't think it's event using this as it's delegating to the OAuth plugin entirely, so as long as that plugin can handle it we shouldn't have a problem.
According to the specs for oauth2 the token endpoint shall be used for the refresh: https://www.oauth.com/oauth2-servers/making-authenticated-requests/refreshing-%20%20an-access-token/
I suggest we deprecate the argument in the OAuthApplicationDatabase, or can it be cut completely without breaking the entire world?
The text was updated successfully, but these errors were encountered: