Skip to content

OAuthPlug: use user cache instead of joining

Hélène requested to merge helene/pleroma:fix/oauth-token-user-caching into develop

As this plug is called on every request, this should reduce load on the database by not requiring to select on the users table every single time, and to instead use the by-ID user cache whenever possible.

Merge request reports