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
fix(oauth): drop duplicate RFC 8707 resource param
rmcp 1.5 already appends resource to the authorize and token requests,
so the gateway's add_resource_parameter wrapper produced
?resource=...&resource=... Supabase's authorize endpoint rejects the
repeated key with "resource: Expected string, received array".
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
0 commit comments