I am using this oauth client https://github.com/lepture/authlib/blob/642dfa3264f0afe94c7f6ac7006007a7fd24fbe6/authlib/integrations/starlette_client/apps.py#L71 is not sending client_id which is required by WP-API Oauth2, the fact you require it, is that accordingly to oauth2 specification and authlib python client I use is wrong ? Or is the other way around ?
Thansk