Skip to content

Commit

Permalink
chore(docs): Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach authored Aug 23, 2024
1 parent 1ed3f3b commit 3137da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ api = StacApi(
if auth_settings.openid_configuration_url:
oidc_auth = OpenIdConnectAuth.from_settings(auth_settings)

# Implement custom auth logic...
# Implement your custom app-specific auth logic here...
restricted_prefixes_methods = {
"/collections": ("POST", "stac:collection:create"),
"/collections/{collection_id}": ("PUT", "stac:collection:update"),
Expand Down

0 comments on commit 3137da5

Please sign in to comment.