The OAuthAccessToken and OAuthPermission models both have belongsTo relations pointing to the Application model, when as far as I can tell, the Application model doesn't enter into the OAuth flow at all. The correct relation is the OAuthClientRegistration model, is it not?
The
OAuthAccessToken
andOAuthPermission
models both havebelongsTo
relations pointing to theApplication
model, when as far as I can tell, the Application model doesn't enter into the OAuth flow at all. The correct relation is theOAuthClientRegistration
model, is it not?