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 0d999f7 commit 9f4d925Copy full SHA for 9f4d925
src/stac_auth_proxy/app.py
@@ -68,10 +68,6 @@ async def lifespan(app: FastAPI):
68
69
app = FastAPI(
70
openapi_url=None, # Disable OpenAPI schema endpoint, we want to serve upstream's schema
71
- swagger_ui_parameters={
72
- "usePkceWithAuthorizationCodeGrant": True,
73
- "clientId": "stac-auth-proxy",
74
- },
75
lifespan=lifespan,
76
root_path=settings.root_path,
77
)
0 commit comments