Skip to content

Commit 9f4d925

Browse files
committed
Cleanup
1 parent 0d999f7 commit 9f4d925

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/stac_auth_proxy/app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ async def lifespan(app: FastAPI):
6868

6969
app = FastAPI(
7070
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-
},
7571
lifespan=lifespan,
7672
root_path=settings.root_path,
7773
)

0 commit comments

Comments
 (0)