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 6cb0b3c commit 59c6a97Copy full SHA for 59c6a97
src/stac_auth_proxy/config.py
@@ -56,6 +56,7 @@ class Settings(BaseSettings):
56
enable_authentication_extension: bool = True
57
default_public: bool = False
58
public_endpoints: EndpointMethodsNoScope = {
59
+ r"^/$": ["GET"],
60
r"^/api.html$": ["GET"],
61
r"^/api$": ["GET"],
62
r"^/docs/oauth2-redirect": ["GET"],
0 commit comments