Colin-b / httpx_auth

Authentication classes to be used with httpx
MIT License
114 stars 26 forks source link

implicit doesn't support scope #90

Open rafalkrupinski opened 6 months ago

rafalkrupinski commented 6 months ago

Other OAuth2 flows accept scope and if it's a list, convert it string. In case of Implicit, scope is passed directly to request, and if it's a list, it gets encoded with brackets.