We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2631a6d commit bd9b1b3Copy full SHA for bd9b1b3
app/api/oauth/uphold.py
@@ -37,7 +37,7 @@ async def auth(environment: Environment, request: Request) -> RedirectResponse:
37
async def token(environment: Environment, request: Request) -> JSONResponse:
38
"""
39
Forward OAuth token exchange request to Uphold.
40
- Sets Basic Authorization header forwards the request.
+ Sets Basic Authorization header and forwards the request.
41
42
Example: POST /api/oauth/uphold/production/token
43
0 commit comments