partner-oauth
Partner authorization endpoint (browser redirect)
Validates the client, redirect URI, response type, scopes and PKCE parameters, then redirects the browser to the RxFood-hosted login and consent page. Client/redirect failures are rendered in place and never redirected.
get/oauth/partner/authorize
Query parameters
client_idstring required
redirect_uristring required
response_typestring
Must be 'code'
scopestring
Space-delimited scopes
statestring
code_challengestring
code_challenge_methodstring
Must be 'S256'